Just learned how to make html forms but would like my visitors to upload images to me when they send information.
How do I do that??
Cheers anyone that can help me!![]()
www.flatdragon.com
Just learned how to make html forms but would like my visitors to upload images to me when they send information.
How do I do that??
Cheers anyone that can help me!![]()
www.flatdragon.com
1. You can't upload files only using HTML markups.
2. You can't upload files only using HTML & JavaScript.
Your solution should be a server side script based on any of the following server-side technologies PHP, ASP, ColdFusion, Java, etc . Since you haven't specified your server-side tool in your posting it would be difficult to comment about it.
Below you can find some tutorials/sample script in various server-side technology for your reference based on them you can build your own script.
PHP File Upload
ASP File Upload
Ajax&PHP based File Upload
A Tutorial on file uploads
That's really helpful thankyou
Leigh![]()
Bookmarks