Dropzone timeout

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
Tomek
Posts: 6
Joined: 07 May 2019, 09:21

Dropzone timeout

Post by Tomek »

How can one in config files increase timeout of uploading files in Dropzone? Now it is 30 seconds and if the file is pretty big, like 150 MB timeout is almost always exceeded, so it is unpossible to send big files now.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Dropzone timeout

Post by atrol »

Not sure, but setting max_execution_time should fix it
https://www.php.net/manual/en/info.configuration.php
Please use Search before posting and read the Manual
Tomek
Posts: 6
Joined: 07 May 2019, 09:21

Re: Dropzone timeout

Post by Tomek »

Unfortunately not, because max_execution_time is for PHP and Dropzone is on the client side. Since whole (or part of the file till timeout) file is not uploaded the PHP script is not executed.
atrol
Site Admin
Posts: 8366
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Dropzone timeout

Post by atrol »

Please use Search before posting and read the Manual
Post Reply