Page 1 of 1

file upload in php

Posted: Fri Feb 03, 2012 10:09 am
by danielbala
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...

Re: file upload in php

Posted: Fri Feb 03, 2012 10:40 am
by Celauran
I'd start by reading the PHP manual.

Re: file upload in php

Posted: Mon Feb 06, 2012 3:59 am
by Gopesh
Check this link http://www.w3schools.com/php/php_file_upload.asp .It covers the basics of file uploading in php.Hope it helps