HTML5 / Regular Uploader problem in File/Photo

Hi all,

 

I am facing a strange problem on both HTML5 / Regular Uploader in my Dolphin 7.2. In my Redhat server i setup all the correct Permission and setting (as Appendix).

 

When I upload files with a larger size for example 2MB or above, both HTML5 / Regular Uploader wouldn't work, and hold the screen in the upload page with ~100% upload status (HTML5 uploader) which i cannot cancel.

I have not set any File extension limit, so i try .zip/.jpg/.doc. It would still happen the above issue.

 

I would like to ask is that anybody facing the same problem, and is there any solution.

 

Thank you very much for discussing and help.

 

 

Appendix: 

 

All the Folder Permission are OK (with correct Writable Directories)

Software requirements

  • PHP: 5.4.16 - OK
    • allow_url_fopen = On - OK
    • allow_url_include = Off - OK
    • magic_quotes_gpc = Off - OK
    • memory_limit = 134217728 - OK
    • post_max_size = 52428800 - OK
    • upload_max_filesize = 52428800 - OK
    • register_globals = Off - OK
    • safe_mode = Off - OK
    • disable_functions = - OK
    • php module: curl = curl - OK
    • php module: gd = gd - OK
    • php module: mbstring = mbstring - OK
    • php module: xsl = xsl - OK
    • php module: json = json - OK
    • php module: fileinfo = fileinfo - OK
    • php module: openssl = openssl - OK
    • php module: zip = zip - OK
    • php module: ftp = ftp - OK
    • php module: calendar = calendar - OK
    • php module: exif = exif - OK
  • MySQL: 5.5.41-MariaDB - OK
Quote · 18 Oct 2015

I guess it is related to  ffmpeg.exe maybe this forum1 will help you  froum1  and forum2

"Your future is created by what you do today, not tomorrow." @ www.dexpertz.net
Quote · 18 Oct 2015

Upload I/O error fix for nginx ubuntu 

add this line client_max_body_size 250M;  in /etc/nginx/nginx.conf

 

This solution is if nginx webserver on Ubuntu. You need to figure out according to ur setup. 

Umar Haroon
Quote · 18 Oct 2015

 Thank for your suggestion, since i have tried the mention ffmpeg.exe before. It seem not related to this issue.

 

I guess it is related to  ffmpeg.exe maybe this forum1 will help you  froum1  and forum2

 

Quote · 19 Oct 2015

It work great for me! Thanks.

 

Upload I/O error fix for nginx ubuntu 

add this line client_max_body_size 250M;  in /etc/nginx/nginx.conf

 

This solution is if nginx webserver on Ubuntu. You need to figure out according to ur setup. 

 

Quote · 19 Oct 2015
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.