Hi..
im new to php..
I want know how to validation file upload
for example:
1.file-check the size and format like pdf
2.photo-check the size and format like jpeg,jpg,png,gif
Thx in Advance
please help me...
file upload in php
Moderator: General Moderators
Re: file upload in php
I'd start by reading the PHP manual.
Re: file upload in php
Check this link http://www.w3schools.com/php/php_file_upload.asp .It covers the basics of file uploading in php.Hope it helps