What is the easiest way in DW to allow users to upload a picture to my website. I don't know much coding so ...how can it be done using the functionality of DW. I am using a MYSQL database.
Software/Hardware used:
ASKED:
December 20, 2010 3:30 PM
UPDATED:
January 17, 2012 4:19 AM
I think this is a task better accomplished with PHP or JAVA.
This site that has a simple form to do that.
You may be able to incorporate this into a page on your site.
Generally, coders r taking this kind of code in 2 ways….either upload picture somewhere on the server / store the url in Mysql, or store the picture in mysql directly (as a blob). It could be possible to let users upload picture & store full content in the DB as a blob / can store the path to the file in a varchar field.
Remember, OS version is also an important part, which u did not mention here !