Topic: Error uploading more than limit

I received an error of "you must complete part of the form in order to continue" when I tried to upload a photo with size more than the limit.

So, is this the correct error message? Looks weird to me to have that message. I was expecting something like "You file is too big, go and resize the file and upload again"

Last edited by clafy (2009-08-31 23:29:29)

Thumbs up

Re: Error uploading more than limit

Php limit or script limit?

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!

Re: Error uploading more than limit

Script limit.
I set the the script to have limit max size of 2MB.

Thumbs up

Re: Error uploading more than limit

Hmm... I think that this is a bug/config issue.

Bug
1. When you upload some remote big file: Invalid file type, allowed JPG, PNG, GIF and BMP
2. When you upload some remot big file: you must complete part of the form in order to continue

In both situations, the script does not say a word about size limit.

Config
1. Script limits should be under the php.ini limit.

rodolfoberrios.com | PLEASE use Tech Support forums to ask for support!

Re: Error uploading more than limit

The limit was only set to 2MB while php limit was larget than that so I don't think there is issue with config.

Thumbs up