query regarding uploading of files in one page and vieweing the uploaded files in another page of same website using javascripts/vbscript/html with full and complete details
-
I have developed a website but now in one of the page in website i developed i want to upload files from different location/areas/places/sites and uploaded different files to be viewed on another page in the same website and if required the uploaded pages will be downloaded and made required changes and re uploaded once again .If any one there to help me please help me out from this.
-
I have developed a website but now in one of the page in website i developed i want to upload files from different location/areas/places/sites and uploaded different files to be viewed on another page in the same website and if required the uploaded pages will be downloaded and made required changes and re uploaded once again .If any one there to help me please help me out from this.
Why are you using VBScript ? Why not just chop your arms off and be done with it ?
Christian Graus Driven to the arms of OSX by Vista.
-
I have developed a website but now in one of the page in website i developed i want to upload files from different location/areas/places/sites and uploaded different files to be viewed on another page in the same website and if required the uploaded pages will be downloaded and made required changes and re uploaded once again .If any one there to help me please help me out from this.
Your question is really not clear, tho i'll try to answer. First of all, if you want to upload content via a webpage, use the Asp:FileUploader control. On the post back, you can use the FileUploader.Save method to save the file to the server. Then, on a second page, you will have to use System.IO to get all the files in a directory, and print the list as the webpage output.
______________________ Dominic Goulet FroggedSoft