Upload server currently unavailable

Asked by M_Gogl

Hello

When I try to upload a file into the library in the window after selection of the type (e.g. image) there is a message in red showing: "Upload server currently unavailable" and when I try to upload a file it doesn't work.

Thanks for help.

Question information

Language:
English Edit question
Status:
Solved
For:
Xibo Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Dan Garner (dangarner) said :
#1

Your browser is making a HEAD request to: <<cms_url>>/index.php?p=content&q=JqueryFileUpload&type=image, but this request is failing and therefore the tool is reporting that the upload server is not available.

You'd need to find out why the HEAD request is failing - are you running on your own web server?

Revision history for this message
M_Gogl (matthias-gogl) said :
#2

Hello

Thanks for the hint. In the folder C:\xampp\htdocs\xibo-server-164\3rdparty\jquery-file-upload the required file UploadHandler.php was missing. Maybe there was a problem during copy. I just copied the missing file from the zip file to the folder and now everything works.

Mit freundlichen Grüßen / with best regards / cordiali saluti

                            Matthias Gogl

-----Ursprüngliche Nachricht-----
Von: <email address hidden> [mailto:<email address hidden>] Im Auftrag von Dan Garner
Gesendet: Freitag, 16. Januar 2015 17:27
An: GOGL Matthias
Betreff: Re: [Question #260824]: Upload server currently unavailable

Your question #260824 on Xibo changed:
https://answers.launchpad.net/xibo/+question/260824

    Status: Open => Needs information

Dan Garner requested more information:
Your browser is making a HEAD request to:
<<cms_url>>/index.php?p=content&q=JqueryFileUpload&type=image, but this request is failing and therefore the tool is reporting that the upload server is not available.

You'd need to find out why the HEAD request is failing - are you running on your own web server?

--
To answer this request for more information, you can either reply to this email or enter your reply at the following page:
https://answers.launchpad.net/xibo/+question/260824

You received this question notification because you asked the question.
________________________________

This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager.
For the sake of our environment:
Please be aware of the fact that printing this message consumes valuable resources.

Revision history for this message
Dan Garner (dangarner) said :
#3

Great!