I have a Report upload page that is essentially a _add.asp page in the events after add is a redirect to a file upload page. I also pass the record nukmber in the query string of the redirect (values("RecordNumber").
issues:
- if i go directly to the file upload page from menu.asp the recordnumber field is a lookup of the distinct record numbers however if i access the file upload page via the redirect the record number is just innerhtml text. this is what i would expect except the record number displayed is NOT the record number just created in the report page. how do i set the record number to the one i need when i load the file upload page form the redirect?
- some file types don't seem to want to upload if there are exclusions is there an area in the js or other the contains an editable exclusion list
TIA
GAB