everything refers to classic ASP 3.0.
please see 3 attached files for references made in this question.
attachment Asp-question.doc shows three ASP pages layout.
attachment Postfile.txt shows code for page A
attachment Uploadfile.txt shows code for Page B
Note: I get an error when i add form enctype="multipart/form-da
ta" to Main Page code.
my question relates to three pages: Main page, Page A and Page B.How these pages look is shown in my attachment Asp-question.doc.grey shaded boxes refer to buttons.green shaded box refers to what I would like to see ideally.red shaded box refers to what we have today.
This is the chain of events today.
I click the 'to upload file' on the Main page.this opens Page A.I click the browse button on Page A and through the windows dialog box select a file.the file path shows up next to file 2.The upload now button on Page A starts the Upload process of this file.
When the upload is complete Page B opens and relays the message shown in the red shaded box'upload of file example.txt is complete'.
what I want in the future
I click the 'to upload file' on the Main page.this opens Page A.I click the browse button on Page A and through the windows dialog box select a file.the file path shows up next to file 2.The upload now button on Page A starts the Upload process of this file.
When Upload is complete close Page A window and display 'upload fo file example.txt is complete'.' on the Main page as shown by the green shaded box.I don't need Page B anymore.
Please help me with suggestions on how to modify the existing ASP code.The existing ASP code is attached.
Note: I get an error when i add form enctype="multipart/form-da
ta" to Main Page code.
Start Free Trial