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