I’m uploading a project to htdocs using “Extract & Upload.”
The project contains some empty files that are necessary for it to function, but they are being deleted automatically after the upload. For example, some files are getting removed because they are empty.
Is there any way to temporarily disable this removal, or is there another solution for uploading projects with empty files?
It seems likely to me that the file manager is discarding the empty files. If they are empty, they have no data, so there is no reason to have them, right?
Of course, that’s not always true, it’s possible that your website might need them as placeholders. It might be possible to work around that through the website code.
But regardless, if you upload them through FTP instead, that should allow you to upload all files as is without them getting deleted.