I need to send many documents and i have everything neatly in a folder directory structure that I would prefer stays intact but thr system wont accept zips
Can I rename the extension something I know is accepted and they can just change it back to zip? Its gonna take forever to do it the normal way by having to upload each individual document also without the folder structure context it will be a big mess


Renaming the extension back and forth should work fine. If the system you’re using just checks filename extensions that should solve your problem. However, it’s also likely that such a system would also check the file type (aka MIME type) by scanning the file contents, which just renaming the file would not fool, since it will still recognize it as a zip.