Hi, can somebody help me
I am using this code to resize picture but uploaded picture stays in the same size. I mean in MB. why it dose not compress it?
<div class="error">
<?php
if($_POST){
if ($error) {
?>
<label class="error"><?php echo $error; ?></label>
<?php
}
}
?>
</div>
<fieldset class="well">
<legend>Upload Image:</legend>
<form action="" name="img_compress" id="img_compress" method="post" enctype="multipart/form-data">
<ul>
<li>
<label>Upload:</label>
<input type="file" name="file" id="file"/>
</li>
<li>
<input type="submit" name="submit" id="submit" class="submit btn-success"/>
</li>
</ul>
</form>
</fieldset>
</body>
![222|348x500](upload://hEGIN8QD3VjLrusRUvszMxZIeR6.png)