Closed (fixed)
Project:
Web File Manager
Version:
6.x-2.9-alpha2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
24 Apr 2008 at 17:05 UTC
Updated:
18 Mar 2018 at 21:40 UTC
Comments
Comment #1
johnfyoung commentedI'm seeing the same in 5.x-2.13. Looks like the AJAX call is made but the app returns back without a value for POST['webfmuploadpath'] and the file doesn't show up on the server.
Comment #2
johnfyoung commentedThis behavior appears to be caused when trying to upload a file larger than both the upload_max_filesize and one half of post_max_size values in php.ini (see file_upload_max_size() in bootstrap.inc). If one tries to upload a bigger file, one gets an "invalid file path" message. And although the message is true, the real cause is a file that's too large for the server settings.
Comment #3
v8powerage commentedI have limit set to 50MB in php.ini but even though I'm unable to upload 6MB file (you can wait forever, only "Working, please wait…" message appears.
Comment #4
v8powerage commentedComment #5
v8powerage commentedI solved my issue for my problem lied in ngix, changing limit in php didn't work, because ngix has default 1MB so if you're using ngix - change client_max_body_size in nginx.conf from 1MB to higher value (or ask your provider to do so).
Comment #6
nhck commented