upload images to database
| User Level: | Intermediate |
|---|---|
| Product: | Dreamweaver MX |
| Database: | n/a |
| Server Model: | PHP MySQL (DMX) |
can anyone show me how to create a form to allow users to upload images to a database?
I'd like to be able to check for the type and size of file to prevent malicious uploads and to keep the size of the file within certain parameters
User Reviews
Total of 2 reviewsTry it
Written by San San on May 27, 2004First of all, u should hv ur database with a field name:XXX(what ever u like) 2. u then connect to the database and make a insert form with 'file field' ( u can refer to help file in DMX- Under Application:Record Insertion Form Wizard).It's simple. ...
RE: upload images to database
Written by Jerome Labarbe on March 19, 2004You have several solutions but none are simple... (my opinion !). What I use is a good extension for DMX which is called PHP Upload you can find at http://www.felixone.it/. The other solution is to use the Pure PHP/ASP Upload extension which can ...







