"How to" avoiding forbidden alert during zip file upload...
many free hosting sites dont allow to upload zip files,
this can be done by renaming zip file from "name.zip" to "name.ZIP" =)
Posts: 2,145
Points: 50.4
Bank: 47,545.8
Total Points: 47,596.2 Donate
Join Date: Feb 2007
Location: Bhopal (India)
Rep Power: 4
Re: "How to" avoiding forbidden alert -
02-15-2007, 07:15 AM
thanks for the info,
but it wont work on most of the servers that restrict .zip files,
becuase the filters are case- insensitive,
so .zip is same as .ZIP for them.
try renaming the .zip extension to something like .doc or .txt or any other type that is allowed on the web server.
Another method:
find a good web host that allows .zip files.