Im using BluImp file uploader. Greate little script that I've used forever.
Now I have scoured there forum and cant find anything but after debugging, I believe it is more of a permissions/restrictions/settings problem.
Once the upload has appeared to have finished, an error is returned:
Error: SyntaxError: Unexpected end of input
After debugging it is cause by any functions writing to the server, i.e. file_put_contents, move_upload_file....
The file is 1.47 mb
my additional ini alterations are
max_execution_time = 1600
max_input_time = 1600
post_max_size = 128M
upload_max_filesize = 128M
Can anyone see anything that I dont?
regards
Also I forgot to add that it does not happen to all files just a few