1

I have a little problem with the blueimp's plugin, in localhost with wamp server, uplaod is great but now I am trying to install jquery upload in a debian 8 lamp server but when I try to upload a file UploadHandler.php returns:

'error: file upload aborted'.

I thought the problem was the level of authorisation so I did a command on all directories :

sudo -i chmod 777 /var/www/html

but it did not work; I did the same for upload directory:

sudo -i chmod 777 /var/www/html/server/php/files

but doesn't work

3
  • Are the answers to this similar question any help? Commented Sep 6, 2015 at 0:30
  • No sir because upload works, but uploadHandler.php is not listing thé repertory content Commented Sep 6, 2015 at 5:24
  • And thé code i use is the same that in the .git repertory Commented Sep 6, 2015 at 5:30

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.