Commit 3fabb990 authored by Guillaume Perréal's avatar Guillaume Perréal
Browse files

UploadController: ne renvoie pas d'info sur les chunks.

Showing with 1 addition and 1 deletion
+1 -1
......@@ -134,7 +134,7 @@ class UploadController extends Controller
fclose($input);
if(!$complete) {
return $this->createResponse(Response::HTTP_OK, 'Chunk received', ['range' => compact('start', 'end', 'total')]);
return $this->createResponse(Response::HTTP_OK, 'Chunk received');
}
$this->fileManager->completed($file);
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment