Forum Moderators: mack
is there a way, with html, that i can have a template where they can just upload the files themselves and have it sent directly to me? i've seen it on numerous other sites and seems to be a really simple feature after it is set up. i feel it is pretty unprofessional to have my visitors email me something everytime they want to share some content, instead of doing a quick upload from my site. is there software that can help me do this? does anyone have something similar on their site or know how to do this?
help!
Look up input type="file" for information on how to implement it.
That little line allows theuser to browse their computer to find the upload.
HOWEVER, you need to write some code on the server to accept the file and do something with it.
Go to codewalkers, and in the search bar, select "Code" in the drop down, and enter "upload" in the search window. You may find one that will email you if you prefer that.
HTH