Hey, i want the user to be able to browse their hard drive and select a file and then submit it and have that file uploaded to my webserver.. is there away i can do this without using any cgi or perl? any other threads i can reference??
Thanks
-Matt
Printable View
Hey, i want the user to be able to browse their hard drive and select a file and then submit it and have that file uploaded to my webserver.. is there away i can do this without using any cgi or perl? any other threads i can reference??
Thanks
-Matt
can you use php or asp? if you don't use any of the above I think you will have a hard time doing it with javascript, if it does it at all
Yes i can use ASP.. but dont know exactly what to do.. could you help
Thanks for the reply!
-Matt
sorry I don't know that much of ASP, but if you can get Sail3005 in here he might be able to help you. he is good with ASP I think. I only do PHP and I am learning that as well.
scoutt,
thanks for the help... i found this site.. aspsmart.com that has code for doing what i am looking for.. ill play with that for a while..
thanks again
-Matt
hey no problem. i might head over there too so I can get familiar with it.
and by the way, Metallica rules. luv them guys
Hmmmm....it seems that you may already be on the way to answering your own question, but, when i get a complement like scoutt said, i just must say something...
here are some tips:
to have a user browse their harddrive:
Also, to upload files, i think that you may need a component installed on the server to be able to do this...I have heard of one before i think that it is called ASPUpoad. Try and check that out if you need to.Code:<form>
<input type="file">
</form>
Hope you get your problem solved!
:D
let me know if i can be of more service..
Thanks sail3005... ASPUpload was the program I DLed from ASPSmart.com... it does exactly what i need!!!
Thanks for the help guys... this case is closed for now!
-Matt