Depending on which server language you are using, will depend on the solution.#
Basically it comes down to two parts, 1. the form to select the file (you select a file type of type="file" for your form field, which then gives you the browse button next to a normal text field) 2. the code to enable the form to upload the file to your server.
DMXZone.com sell an extension for Dreamweaver called Pure ASP/ASP.Net/PHP Upload, which gives you a visual way to set this up in Dreamweaver.
The ASP version is available at http://www.dmxzone.com/ShowDetail.asp?NewsId=12064
The PHP version at http://www.dmxzone.com/showDetail.asp?TypeId=3&NewsId=4509
There are free versions of upload code, but if you wish for a visual interface, you can not go wrong with Pure Upload.
Comments
File upload
Depending on which server language you are using, will depend on the solution.#
Basically it comes down to two parts,
1. the form to select the file (you select a file type of type="file" for your form field, which then gives you the browse button next to a normal text field)
2. the code to enable the form to upload the file to your server.
DMXZone.com sell an extension for Dreamweaver called Pure ASP/ASP.Net/PHP Upload, which gives you a visual way to set this up in Dreamweaver.
The ASP version is available at http://www.dmxzone.com/ShowDetail.asp?NewsId=12064
The PHP version at
http://www.dmxzone.com/showDetail.asp?TypeId=3&NewsId=4509
There are free versions of upload code, but if you wish for a visual interface, you can not go wrong with Pure Upload.
You must me logged in to write a comment.