The VG Resource
Can't submit .zip files? - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: Main Content (https://www.vg-resource.com/forum-103.html)
+--- Forum: Site Discussion (https://www.vg-resource.com/forum-106.html)
+--- Thread: Can't submit .zip files? (/thread-36109.html)



Can't submit .zip files? - MattNL - 09-22-2019

I believe I have found a bug.

For some reason, the site is refusing my .zip while stating that it only accepts .png, .gif, and .zip.


RE: Can't submit .zip files? - Petie - 09-23-2019

I thought I was displaying a debug message for that particular error but apparently, I was only doing so if the submission required a .zip file. I just adjusted the output to include that debug info here as well. Can you try it again and screenshot the error if it's still not working?


RE: Can't submit .zip files? - MattNL - 09-23-2019

(09-23-2019, 12:04 AM)Petie Wrote: I thought I was displaying a debug message for that particular error but apparently, I was only doing so if the submission required a .zip file. I just adjusted the output to include that debug info here as well. Can you try it again and screenshot the error if it's still not working?
It now displays this when submitting my zip file.


RE: Can't submit .zip files? - Petie - 09-23-2019

Thanks! That message confirms my suspicion. It seems like you created a RAR archive and then changed the extension to .zip or for whatever reason, your archive software is using the RAR compression algorithm when creating zip archives. Either way, the server is rejecting it because the actual file format is incorrect despite the extension being right.


RE: Can't submit .zip files? - MattNL - 09-23-2019

(09-23-2019, 07:57 PM)Petie Wrote: Thanks! That message confirms my suspicion. It seems like you created a RAR archive and then changed the extension to .zip or for whatever reason, your archive software is using the RAR compression algorithm when creating zip archives. Either way, the server is rejecting it because the actual file format is incorrect despite the extension being right.
That's strange because I've been using WinRAR to create zip files for a while now... interesting. I guess the good old "Share -> Zip" option on Windows is what I'll try next. I'll be sure to report back if any more issues arise.

Thank you for your time, and have a great day!


RE: Can't submit .zip files? - Petie - 09-23-2019

WinRAR should be able to create proper zip files just fine but it’s been a very long time since I’ve used it so I’m not sure what’s going on here. Thanks for following up though!