Link to home
Start Free TrialLog in
Avatar of MrTV
MrTVFlag for Thailand

asked on

<INPUT TYPE="hidden" NAME="MAX_FILE_SIZE" VALUE="30000" />

What is this line do  
<INPUT TYPE="hidden" NAME="MAX_FILE_SIZE" VALUE="30000" />
Is it need in the code below or not



<HTML>
<HEAD>
<TITLE>Upload example</TITLE>
</HEAD>
<BODY>
<BR><BR><BR>
<FORM METHOD="post" ACTION="upload_page.php" ENCTYPE="multipart/form-data">
<p><strong>File</strong><br>
<INPUT TYPE="file" NAME="img1" SIZE="30"></p>
<INPUT TYPE="hidden" NAME="MAX_FILE_SIZE" VALUE="30000" />
<P><INPUT TYPE="submit" NAME="submit" VALUE="Send"></p>
</FORM>
</BODY>
</HTML>
SOLUTION
Avatar of Harisha M G
Harisha M G
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial