Jump to content

Downloads issue when uploading on chunk basis


PatrickRQ

Recommended Posts

To reproduce the issue easily go to upload on chunk basis by adding following to your htaccess:

<If "^%{REQUEST_URI} == '/files/file/*' AND %{QUERY_STRING} == 'do=newVersion'$ OR ^%{REQUEST_URI} == '/files/submit/*' AND %{QUERY_STRING} == 'do=submit&category=(.+)'$">
    php_value post_max_size 2M
</If>

Now try to upload file larger than example 2 MB. You will notice that after submitting the upload the uploaded file record will look like follows: 189416541_filename.rar where it should be only filename.rar. System adds some sort of prefix. Can you please get a rid of the prefix please?

Uploading on chunk basis is necessary in some cases when running e.g. free plan of cloud flare.

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...
  • 5 weeks later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...