Website URL
http://lxs-stickers.infinityfreeapp.com/
Other Information
I created a website that utilize ffmpeg.wasm as it’s core for converting images. It seems the wasm file are immidiately deleted after successful transfer via FileZilla.
I managed to reduced it to 2mbs, as far as I know, file size limit should be 10mb.
So can I upload the wasm file to my site?
Oxy
September 16, 2024, 9:52am
2
Hi and welcome to the forum
I assume that it treats it like other JS files where the max file size is 1MB
Sometimes, when you upload a file, the upload is completed but the file is deleted immediately afterwards. This is usually caused by one of the following issues:
The file is not in a htdocs folder
All websites files must be uploaded to either the main htdocs folder, or to the domain specific htdocs folder (like example.com/htdocs).
You cannot upload files to other directories on your account. If you try to create or upload files anywhere else, they will be deleted automatically.
The file type…
4 Likes
system
Closed
September 23, 2024, 2:16pm
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.