D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
probwael
/
public_html
/
Filename :
image_ad.php
back
Copy
<? if ($foo->uploaded) { // save uploaded image with a new name, // resized to 100px wide $foo->file_new_name_body = $picid; $foo->image_resize = true; $foo->image_convert = jpg; $foo->image_x = 816; $foo->image_ratio_y = true; $foo->Process('webcontrol/items'); if ($foo->processed) { //echo "<font color=#4965A0><img src='loading2.gif' align=absmiddle> <b>Loading new picture... Please wait<br>You may have to refresh your browser to observe changes.</b></font>"; $foo->Clean(); } //else { // echo 'error : ' . $foo->error; //} } ?>