This topic is locked

redirect questions

10/27/2011 1:32:01 PM
ASPRunnerPro General questions
G
georgeb author

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:

  1. 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?
  2. 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

Sergey Kornilov admin 10/28/2011

(1) is not clear. Could you rephrase it?
(2) - there is no limit of file size or type in ASPRunnerPro. Probably this is a size limit set by your web server. Check this article for more info:

http://www.webcheatsheet.com/asp/asp_troubleshooting.php#iis7

G
georgeb author 10/28/2011

in the after add event on my EIS_FldRepReports_add page i have
Response.Redirect "EIS_FldRepReports_edit.asp?editid1=" & values("ID")
the redirect fails
why?
TIA

GAB

Sergey Kornilov admin 10/29/2011

George,
I would ask you to post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.