MyBB Community Forums

Full Version: [split] Error in Attachments while using mydropzone plugin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
That was solved Smile

Anyways i have issues upload large files (=more than 80mb) or so...
ir gets stuck uploading... is this a known bug or is it only me?

i've contacted my host and they said its a template issue, i've searched online and no luck.
It upload sucessfully files around below that
Upload issues is most probably caused by...
- maximum size for attachment types limited in ACP
- server-side PHP configurartion has a limitation of files size for uploads
- server is running into timeout

Focus on these first to sort out.

[ExiTuS]
(2021-09-08, 09:08 PM)[ExiTuS] Wrote: [ -> ]Upload issues is most probably caused by...
- maximum size for attachment types limited in ACP
- server-side PHP configurartion has a limitation of files size for uploads
- server is running into timeout

Focus on these first to sort out.

[ExiTuS]

hey so i've changed
Attachment extension limit = increased to 200mb
increased the .htcaccess limit to 256M
and in php also for 256mb

it gets stuck for some reason like you can see on 1.jpg
What plugins do you use for attachment upload ? I don't think that is the default Ajax upload feature of MyBB.
(2021-09-09, 03:07 AM)OmarĀ G. Wrote: [ -> ]What plugins do you use for attachment upload ? I don't think that is the default Ajax upload feature of MyBB.

i have mydropzone plugin

on default the page keeps processing but then the file doesn't appear.

Edit: from some online search i've done the change in name="attachment" to name="attachment[]" in post_attachments_new
Same Result.
In MyDropzone plugin, the JavaScript file also has defined a maximum filesize (default 256M). Check also this parameters - in your plugin directory: ./jscripts/MyDropzone/dropzone.min.js
(find the word "maxFilesize")

Do you have access to log files of your server (webserver/PHP)?
It's worth a try to search the logs as well.

[ExiTuS]
(2021-09-09, 08:12 AM)[ExiTuS] Wrote: [ -> ]In MyDropzone plugin, the JavaScript file also has defined a maximum filesize (default 256M). Check also this parameters - in your plugin directory: ./jscripts/MyDropzone/dropzone.min.js
(find the word "maxFilesize")

Do you have access to log files of your server (webserver/PHP)?
It's worth a try to search the logs as well.

[ExiTuS]

maxfile size follows in attachment.
i have no idea about that type of logs