I can't see files uploaded via FileZilla

Website URL

(please specify the URL of the site on which you are experiencing the problem)

Other Information

FileZilla says the file was successfully uploaded. But I can’t see it. Also, the file is not available in Monsta.

I believe those files are over 10MB then? You need to extract the ZIP file locally and then upload its content.

4 Likes

Yes, 209 MB. That’s a pretty tight limit.

The max file size is 10MB, so that’s why it’s getting deleted.

Try extracting and uploading the individual files.

8 Likes

Addendum: If doing this takes way too long with ftp, you can MANUALLY split the big zip file in many <10MB zip files and then extract them through a php file manager like tinyfilemanager or some simple unzipper scripts.
By MANUALLY I mean you can’t use the 7-zip or winrar functions to split zip, as the only extension PHP can manage to extract is .zip and not for example .zip00 .zip01

1 Like

thanks for the tip, i’ll try it

1 Like

The InfinityFree web servers have size limits for all files. If the file size exceeds the limit, the file is automatically deleted.

The size limits are:

HTML and PHP files are limited 1 MB.
.htaccess files are limited to 10 kB.
All other files are limited to 10 MB.

Please note that this is a file size limit, not just a PHP upload limit. All files on your account are subject to this limit, regardless of how you’re trying to get this file on your account.


Thanks Admin and Team for this information :+1:

4 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.