Is there a simple way to allow a user to fill out a form in html and then browse & upload a file to the server at the same time?
Any and all guidance would be greatly appreciated!
MSWD
| SitePoint Sponsor |
Is there a simple way to allow a user to fill out a form in html and then browse & upload a file to the server at the same time?
Any and all guidance would be greatly appreciated!
MSWD


All you need to do on the HTML side is to include a <input type="file"> element. Then you'll need a receiving server-side application to deal with the upload, though. It's quite easy in PHP, but very awkward in classic ASP. I haven't tried it in J2EE and I don't use .NET, so someone else will have to chip in with info about those.
Birnam wood is come to Dunsinane
Bookmarks