Joomla-Bible-Study / Proclaim

Joomla Proclaim Component - Christian Web Ministries
https://www.christianwebministries.org/
GNU General Public License v3.0
11 stars 9 forks source link

Frontend / Backend upload to local server: Unclear how it should work #574

Closed st-anton closed 9 years ago

st-anton commented 9 years ago

I added a local server, the path is http://localhost/j34_test/media/com_biblestudy/studies Is this a correct path?

When adding a new media, I select this server, then I have to fill in the tab 'Upload'. What does the field 'Enter an upload path' expect? The URL (see above)? The path, where the file is taken from?

The I klick on 'Add file' and select a media file from my harddisc. Pressing 'upload' shows a green progress bar. But I cannot find the uploaded file somewhere within my server filesystem (in my case: htdocs). Where is the file uploaded?

In the sql, the bsms_mediafiles -> params say: {"upload":"http:\/\/localhost\/j34_test\/media\/com_biblestudy\/studies"}. There is no filename stored.

tomfuller2 commented 9 years ago

I experience the same thing. File does not appear to actually upload

On Friday, May 29, 2015, st-anton notifications@github.com wrote:

I added a local server, the path is http://localhost/j34_test/media/com_biblestudy/studies Is this a correct path?

When adding a new media, I select this server, then I have to fill in the tab 'Upload'. What does the field 'Enter an upload path' expect? The URL (see above)? The path, where the file is taken from?

The I klick on 'Add file' and select a media file from my harddisc. Pressing 'upload' shows a green progress bar. But I cannot find the uploaded file somewhere within my server filesystem (in my case: htdocs). Where is the file uploaded?

— Reply to this email directly or view it on GitHub https://github.com/Joomla-Bible-Study/Joomla-Bible-Study/issues/574.

st-anton commented 9 years ago

...and we need to explain it better.

bcordis commented 9 years ago

I'll have to fix this. file should upload to the correct folder. I'll retest for this.

bcordis commented 9 years ago

@st-anton @tomfuller2 Should be fixed now.

st-anton commented 9 years ago

I installed the component on a real server and tried to upload a media on the backend. First attempt was to press the Add File button (is it a button?). Nothing happened. upload The upload button has no reaction as well. Then I add a filename like c:\temp\study.mp3 and pressed the buttons again. No reaction at all.

st-anton commented 9 years ago

Same for Frontend. No reaction.

bcordis commented 9 years ago

@st-anton @tomfuller2 please retest as this should be fixed now.