Search found 2 matches

by _user
Tue Nov 01, 2011 1:55 pm
Forum: PHP - Code
Topic: upload multiple photos...
Replies: 2
Views: 241

Re: upload multiple photos...

I don't understand first part... how should looklike the code? What I ment to ask is.. how can I stop the update data to mysql if a picture uploaded dosn`t respect the quest. Now, if I insert data to fields, and upload a picture (with other type, or biger size), the data is insert into mysql db, but...
by _user
Tue Nov 01, 2011 1:20 pm
Forum: PHP - Code
Topic: upload multiple photos...
Replies: 2
Views: 241

upload multiple photos...

I need a little help. I have 2 question: 1. How can I upload multiple photos whitout copy-paste the cod without disturb the autorename code. 2. How can I set error to stop upload if one photo does not respect the quest (size and type). This si the code that I use.... This inserts data to mysql db, a...