
- Forum
- Programming Talk
- PHP
- Help me test photograph contents in PHP
Help me test photograph contents in PHP
This is a discussion on Help me test photograph contents in PHP within the PHP forums, part of the Programming Talk category; How to in order to detects 1 file PHP rename paries file Image?...
-
10-28-2011, 11:02 PM #1
- Join Date
- Oct 2011
- Answers
- 1
Help me test photograph contents in PHP
How to in order to detects 1 file PHP rename paries file Image?
-
To detect if the file of a valid type, you need to get the MIME type of the file using $_FILES['FileName']['type'], and thereupon you can make use of php rename() function to rename the file.

Reply With Quote





