-
Creating an Upload Page
Can someone point me in the right direction to create an upload page used for commercial use? I would like to create a page where a client, authenticated by username and password, can upload files. It would be like this:
1) User logs in
2) User designates file(s) to upload
3) Depending on user, uploaded file(s) go to appropriate folder on server.
I don't need anyone to do it for me, just point me to some useful information or to give some useful information. Thanks, Jeremy
-
You need a server side scripting language for this. Do you have access to any? E.g. ASP, PHP, Perl, etc.
-
Rick, ASP is the way I'll have to do it as the people hosting my website will charge me to move my website to a PHP server. I will be hosting the website on site soon giving us JSP/Servlet,PHP,ASP and a few other technologies but not yet so if you have any ASP examples, tutorials, links, etc., let me know. Thanks, Jeremy
-
ASPSimpleUpload is a free COM but would require being registered on the server.
Or you can look at the code for this which is pure ASP
http://www.planet-source-code.com/vb...txtCodeId=6447
-
DeadEyes,
Thanks for the link. I will need to do this all with code because the hosting company will charge me again for that as well. I don't mind it but I'm keeping everything simple for now until we start hosting our own website in a few months. Thanks, Jeremy
If you know of anything else, don't hesitate to let me know. Thanks, Jeremy