PHP and HTML Problem: Why does Uploading files input not work with some files?

mina S

New member
I created an upload system with php .But the input or files doesn't send any data from SOME files.Why?
<input name="userfile" type="file" />
 
Back
Top