| Post |
|
Guest
| Qbrushes 12:36 pm July 6, 2008
| |
|
|
Please replace the ??? with your data!
- Your URL: http://qbrushes.com
- The browser used: FF3
- cforms version: 8.5.1
- Your Wordpress version: 2.5/2.51
[desc]:
Hi i would like to thank you for this great plugin.
I'm currently having issues i did not have before, which is when i a file is submited it gives this error
"File is empty. Please upload something more substantial."
anyidea why this is? thanks
|
|
|
Admin
| Oliver Munich, Germany posts 6094 2:57 pm July 6, 2008
| |
|
|
this happens when the file size is zero. it could be a web server issue, where the file is not properly being received (empty file). when you upload a larger attachment, 1 or 2 MB, how quickly does that err msg appear? Does it even get uploaded?
|
|
|
|
|
Guest
| Qbrushes 4:17 pm July 6, 2008
| |
|
|
thanks for the swift reply. i've tried larger files sizes 1.5mb and i get the same result, it seems not to upload at all.. i get the message after a few minuts.
i made sure the attachment folder permission is 777 but i still get the error.
|
|
|
Admin
| Oliver Munich, Germany posts 6094 4:37 pm July 6, 2008
| |
|
|
if you get the message after a longer time, this could mean that the file is uploaded fine, but your web server is not populating the server variable $_FILES properly.
What happens when you only have one upload field? Same problems?
|
|
|
|
|
Guest
| Qbrushes 4:55 pm July 6, 2008
| |
|
|
Thank you! that last reply made me think about my latest changes to the form which i added a new upload field for images that was optional.
Now that its removed it works perfcetly agian.so how can i add another optional upload field and still make it work?
I aprricate all this.
|
|
|
Guest
| Qbrushes 5:33 pm July 6, 2008
| |
|
|
I would like to add that after testing it a few times the form dose not work if i have two upload fields at one time.
another issue i noticed is the captha seems to contain some bugs where when you enter the correct letters and numbers it still refuses.
|
|
|
Admin
| Oliver Munich, Germany posts 6094 6:38 pm July 6, 2008
| |
|
|
form dose not work if i have two upload fields at one time.
this should certainly work. does it not work when you provide two files, or just one. does it matter whether it is the first or the second one?
another issue i noticed is the captha seems to contain some bugs where when you enter the correct letters and numbers it still refuses.
when i got to your submit page I noticed that the CAPTCHA letters did not show at all, just after reloading. this is an indication that some other plugin 'hijacks' the PHP session (essentially reseting it), reloading doesn't allow the other plugin to interfere -> hence it works.
|
|
|
|