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

nhck’s picture

Category: bug » support

Dear 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.

nhck’s picture

Status: Active » Closed (cannot reproduce)
negiti’s picture

Are we entirely sure that there is not a static value lurking somewhere in webfm.js? And if so, wouldn't that be bad form.