Timeout on image upload

Hello everyone,

I have a form so I can upload images. The code is:

<form enctype="multipart/form-data" action="fileupload2.php" method="post">
<input type="hidden" name="MAX_FILE_SIZE" value="30000000000" />

 

 

 

 

Top