showing error on uploading a big file using php
- by user1489969
I have created a php code to display the upload option to upload multiple files as below:
<?php
$f_id= $_GET["id"];
?>
<title>Upload File</title>
<form enctype="multipart/form-data" method="post" action="upload_hal_mult.php?id=<?php echo $f_id;?>" >
<input type="hidden" name="MAX_FILE_SIZE"…