Ask a Question related to PHP Development, Design and Development.
-
Ed Curtis #1
File Types
I currently limit file types in an upload script by using an allowed
types array
$allowed_types = array("image/jpeg", "image/gif");
I also need to allow files of with the following extentions.
.tif, .pm7, .p65, .pdf, .qxp, .pmd, .eps
Is there a site out there anywhere that gives the mime types of theses
files?
Thanks,
Ed
Ed Curtis Guest
-
Rollback file types
Hello, We currently set the rollback amount to 20. This means contribute saves 20 copies of published files. So when we publish big movie files... -
converting file types ?
i am not familiar with what I can do with director at all but I downloaded the try-out version to learn a little more about it. I was wondering if... -
Use asp.net to protect file types
http://support.microsoft.com/?id=815152 (Edit the script mappings in Internet Services Mananger to protect pdf's with aspnet) I have a site... -
[PHP] File Types
On Mon, 15 Sep 2003, Raditha Dissanayake wrote: Did that as well as googled for the list of extensions. Still can't seem to find the mime type... -
File types help
You are probably not running a web server. Popular choice for PHP is Apache. http://www.apache.org if you have downloaded and installed apache,...



Reply With Quote

