Closed (cannot reproduce)
Project:
Web File Manager
Version:
6.x-2.18
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
5 Apr 2012 at 16:36 UTC
Updated:
2 May 2012 at 17:33 UTC
After altering .httpd to allow only HTTP/SSL sessions, my WebFM module gives an "invalid upload path" error when attempting to place files in the designated directory/directories.
Comments
Comment #1
nhck commentedDear negiti,
thank you for reporting this and helping to make webfm better. There are no absolute paths stored in webfm thus it does not make a difference whether you use http or https for webfm. As a matter of fact I use webfm with https every day and it works fine.
The error you posted is only shown in the event of the webfm-upload-path not being transmitted through the POST-Request with your file. Maybe you also installed something else on your server like a security module?
Thank you.
Comment #2
nhck commentedComment #3
negiti commentedAre we entirely sure that there is not a static value lurking somewhere in webfm.js? And if so, wouldn't that be bad form.