Page 1 of 1

[SOLVED] Cannot upload six or more images

PostPosted: Sun Mar 20, 2011 12:18 am
by Seifer
If We want to upload six or more images We see nothing. Nothing happens. No upload, no error, nothing.
I tested this on DaddyScript demo v1.1 and on LOCALHOST!

I think is realy good idei for support big uploads (100, 200 images at once).

I'm realy sorry for my bad english.
Regards,
Seifer

Re: If We want to upload six or more images We see... nothin

PostPosted: Sun Mar 20, 2011 5:41 am
by SamEA
Seifer wrote:If We want to upload six or more images We see nothing. Nothing happens. No upload, no error, nothing.
I tested this on DaddyScript demo v1.1 and on LOCALHOST!

I think is realy good idei for support big uploads (100, 200 images at once).

I'm realy sorry for my bad english.
Regards,
Seifer


Just head to ./styles/Indigo/file_upload_form.php and find
Code: Select all
file_upload_limit : 5,
and change 5 to whatever digit you want. As default it is set to 5 to prevent abuse of the system.

Re: If We want to upload six or more images We see... nothin

PostPosted: Sun Mar 20, 2011 7:57 am
by Seifer
SamEA wrote:Just head to ./styles/Indigo/file_upload_form.php and find
Code: Select all
file_upload_limit : 5,
and change 5 to whatever digit you want. As default it is set to 5 to prevent abuse of the system.



Oh yea. I'm blind. I checking this file and don't see this line.
However I think error screen is good idea.


Sorry for my bad english and fail bug notification.
Regards,
Seifer