I have been struggling since last 4 days to get concurrent chunking in fine uploader. But it is not working. It is dividing the images to parts but the files are not sending to back end file.
While uploading larger files it is showing the error as below.
Warning: fopen(chunks\18a9ca63-5503-48ab-a17b-59a29c65310f\0): failed to open stream: No such file or directory in D:\xampp\htdocs\fineuploaderv2\html\templates\server\handler.php on line 138
Warning: stream_copy_to_stream() expects parameter 1 to be resource, boolean given in D:\xampp\htdocs\fineuploaderv2\html\templates\server\handler.php on line 139
Warning: fclose() expects parameter 1 to be resource, boolean given in D:\xampp\htdocs\fineuploaderv2\html\templates\server\handler.php on line 140
Warning: unlink(chunks\18a9ca63-5503-48ab-a17b-59a29c65310f\0): No such file or directory in D:\xampp\htdocs\fineuploaderv2\html\templates\server\handler.php on line 147
{"success":true,"uuid":"18a9ca63-5503-48ab-a17b-59a29c65310f","uploadName":"18a9ca63-5503-48ab-a17b-59a29c65310f\DosenmoorBirken1.jpg","template":"","category":""}
Please some one give the solution to solve this problem.