I am trying to upload .flac files, which are ~8KB in size. However, when I upload them, the files are then immediately rejected (aka removed from the server). I could not find any cases/issues where other people have experienced this issue. Off-loading the .flac files to a CDN won’t work for me. Are .flac files allowed on the servers? If they are, how big are they permitted to be?
test #1: upload .flac files
result: all files instantly deleted
test #2: rename .flac files as .falcon (random name popped into my head)
result: all files stay on server
conclusion: the .flac file extension is a banned extension but the file content is not banned, a work-around is to use an alternate extension and alter your code to suit until ifastnet fixes the issue by removing .flac from its blacklist ( more work for Admin )
so I was kind of right for the wrong reasons haha.
I’m tempted now to run through all the common file types that you might upload, and work out which ones are blocked, and which ones arnt. More for my own intrest than anything
To be fair, just having an exhaustive list of blocked extensions is a lot easier than having to rediscover what is blocked and what isn’t. Also makes it easier to find inconsistencies and discuss questionable blocks with iFastNet, and then be done with it.
FWIW: I encountered this with a .pdf file. But only if it was over a certain size. I have 5-6 .pdf files less than 10mb, and they’re ok. But, one that was > 10mb would disappear. I zipped it and it stays put now (smaller and different extension).
It’s a free service. I don’t mind. But, I wish the process would replace the file with “_prohibited” in the name, or something to indicate something purposeful is happening. It’s frustrating wonder what was happening. Files disappearance with no clues doesn’t seem best.