Page 1 of 1

Problem with downloading *.avi files

PostPosted: Fri May 15, 2015 5:14 am
by eivashov
Hello!
I've installed your script to use in our company as local fileserver. All works fine (I've translated it to russian - if you want i can send translated file to you), but we have some problem with downloading AVI files. All other file types we can download. When I want download avi file, after enter securecode and press "Download file" button it shows me
Code: Select all
File not found

Firefox can't find the file at http://files.m-vector.com/download2.php?a=269ВыборыФГД_гБишкек_3группа_женщ.avi&b=a52876b46c1b83f187ffad24faa8af3e.

    Check the file name for capitalization or other typing errors.
    Check to see if the file was moved, renamed or deleted.


It is displayed and for the registered users and for guests.

I've tried different browsers. Anywhere it isn't works.

Re: Problem with downloading *.avi files

PostPosted: Sun May 17, 2015 2:30 pm
by SamEA
This might be due to the file name consisting of illegal characters. The following download appears to work fine:
Code: Select all
http://files.m-vector.com/download.php?file=924drop.avi


Try renaming the file name (preferably with English characters) and uploading again?

Please keep me updated with the outcomes.

Thanks,

Re: Problem with downloading *.avi files

PostPosted: Tue May 19, 2015 7:38 am
by eivashov
Sorry, there is my mistake.

While I have tested it I saw, that this problem is with any big file (not only AVI). Files more than 400 megabytes shows this error.

With files in russian characters we haven't problem, if they are less than 400 Mb

p.s. sorry for my poor english.

Re: Problem with downloading *.avi files

PostPosted: Wed May 20, 2015 3:49 am
by SamEA
Hi,

Thanks for reporting back. What do you have PHP's memory_limit set to? Please try adjusting the memory limit and see if this resolves your issue. More information regarding this can be found at: http://tutorials.hostucan.net/how-to-in ... ory-limit/

Also, if you have PHP error logging enabled, please check the logs to see if any error messages is logged when attempting to download a file greater than 400M.

Once again, please keep me posted. :)

Thanks,