Uploading Images

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
daebat
Forum Commoner
Posts: 47
Joined: Mon May 11, 2009 10:16 am

Uploading Images

Post by daebat »

I've got a custom built CMS that allows for an admin to upload high res image files for download by the public... I've started setting it up so that he can edit these submissions. Everything works except the file upload because you can't set a default value so unless you reupload all of the files it inserts blank into the field in the table. Is there a way to say if this person submits data to replace but if not to ignore?
Post Reply