JAY BHARAT, software enginer, php programmers, software engineer, jay bharat ,9844542127

 
»
S
I
D
E
B
A
R
«
file upload php [error] => 2
July 5th, 2009 by admin

While upload a single or many files in php  if you using this

print_r($_FILES);

[error] => 2

then some time file not uploading and giving this error :  [error] => 2

this is because

<input type=”hidden” name=”MAX_FILE_SIZE” value=”300000000″ />  use like this much value

then this error ( [error] => 2 ) should be solved

<input type=”hidden” name=”MAX_FILE_SIZE” value=”300000000″ />


2 Responses  
ofjgj writes:
March 24th, 2010 at 11:45 pm

Nick
Test
alert(’123′)

ofjgj writes:
March 24th, 2010 at 11:44 pm

Nick

Leave a Reply