File upload (jpg, jpeg) not working

Permalink Browser Info Environment
When I try to upload files (jpg, jpeg) that have more than 2-3 MB, after loading in the filemanager can see files about 834 KB and I can't download them or view. They show up as invalid files.
I tried it on two different hostins and everywhere is the same problem. File permissions in the server are in 777 on every catalog. Please help!

Type: Discussion
Status: New
dlugilong
View Replies:
x020 replied on at Permalink Reply
x020
Maybe this php restriction try to add in php.ini something like this:

upload_max_filesize = 20M;
post_max_size = 20M;
max_execution_time = 60;
dlugilong replied on at Permalink Reply
dlugilong
Here is my php settings (taken from Concrete5 log):
max_execution_time - 60
log_errors_max_len - 1024
max_file_uploads - 20
max_input_nesting_level - 64
max_input_time - 180
max_input_vars - 5000
memory_limit - 128M
post_max_size - 64M
safe_mode - Off
safe_mode_exec_dir - <i>no value</i>
safe_mode_gid - Off
safe_mode_include_dir - /usr/share/php:/usr/share/pear:/etc/php/include
sql.safe_mode - Off
upload_max_filesize - 64M

As You see php size limits are more than 20M.
It's not a solution :(
DeWebmakers replied on at Permalink Reply
DeWebmakers
Strange!
I've contacted you via PM...

Best,

Corretje
x020 replied on at Permalink Reply
x020
I have the same problems... What to do ?
x020 replied on at Permalink Reply
x020
In the form submisiion print0057.jpg (1.12 MB)
But the i donwload it file size 124 kb and do not opened, i checked it throw ssh - file size realy just 124 kb but uploaded 1,12 mb from form.
dlugilong replied on at Permalink Reply
dlugilong
I wrote about it earlier, I was writing to the Developer on PM.
I gave Him ftp access, CMS access, but He not answering. I'm dissapointed... :(
x020 replied on at Permalink Reply
x020
This is ajaxuploader problem it split file. Look at doc - http://www.albanx.com/ajaxuploader/doc.php?e=2... (chunkSize Int 1024*1024).
The temporary solution. Go to - packages\formidable\libraries\3rdparty\ajaxupload\js\
in file "ajaxupload.js" change "chunkSize:1048576" to "chunkSize:9437184" - this is 3 MB (3072*3072) or change to "0" by uploading without chunk.
DeWebmakers replied on at Permalink Reply
DeWebmakers
Hi,

I'm just back from a long holiday so thats why I didn't / couldn't respond. Thank you for answering. The chunks of the fileupload is indeed the issue here.

I'm working on an update for Formidable that solves this issue.

Sorry and thanks again!

Best,

Corretje
wilfordbrimley replied on at Permalink Reply
wilfordbrimley
Hello,

Have you been able to provide a solution for this? File upload is a very important part of my forms - and I can actually view/download the test images that I have uploaded in the file manager, but the form never submits. I.e., it says "Please Wait" and no confirmation page is displayed or confirmation email sent.

Thanks,
Alison
DeWebmakers replied on at Permalink Reply
DeWebmakers
Hi Alison,

The latest version has a fix for this.

Best,

Corretje

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.