View Full Version : Upload image
Leigh Murphy
03-02-2007, 08:45 AM
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
codeexploiter
03-02-2007, 09:26 AM
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 (http://www.tizag.com/phpT/fileupload.php)
ASP File Upload (http://www.freeaspupload.net/freeaspupload/download.asp)
Ajax&PHP based File Upload (http://www.captain.at/ajax-file-upload.php)
A Tutorial on file uploads (http://www.cs.tut.fi/~jkorpela/forms/file.html)
Leigh Murphy
03-03-2007, 12:31 AM
That's really helpful thankyou
Leigh:)
Powered by vBulletin® Version 4.2.2 Copyright © 2019 vBulletin Solutions, Inc. All rights reserved.