|
too small?
I dont find anywhere in our program where we call a diewell that a graphic is to small what is the exact error?
Second yes if your using bulkupload you are uploading more than one file because $uploadchk counts up 1 for each file it processes which is going to include all files uploaded so your not processing 1 but 2 files. This is what I have been saying your trying to upload multiple files and it will trip the trigger in bulkupload. It counts for each image uploaded and if your doing multiple files.
If you where uploading one file at a time in uploadphoto.php this logic is not present and you would only be dealing with one file. The query structure is sound in both files.
Your issue is your going to bulkupload to process multiple files and regardless if a file processes or not it is counted. as every image processed on bulkupload has a count.
The query is returning 0 1 whatever like it should. Your issue is with the count on bulkupload with the multiple images. Thats the trigger
|