| FAQ |
| Kalender |
|
|
#30 | |||
|
||||
|
Nykomling
|
Testa detta, här väljer du en bild och text
<?php include("class.upload.php"); if(isset($_POST['skicka'])){ $fil = $_FILES['bild']; $avatar_dir = $_SERVER['DOCUMENT_ROOT']; $foo = new upload($fil); if ($foo->uploaded) { $foo->image_unsharp = true; $foo->image_border = '0 0 16 0'; $foo->image_border_color = '#000000'; $foo->image_text = $_POST['bildtext']; $foo->file_new_name_body = "nybild"; $foo->image_text_font = 2; $foo->file_overwrite = true; $foo->image_convert = "jpg"; $foo->image_text_position = 'B'; $foo->image_text_padding_y = 2; $foo->Process($avatar_dir); } echo'<img src="nybild.jpg">'; } ?> <form action="" method="POST" enctype="multipart/form-data"> Välj bild <input type="file" name="bild"><br/>Bildtext<input type="text" name="bildtext"><br/><input type="submit" value="Ladda upp" name="skicka"> </form> |
|||
|
|
Svara med citat
|
| Ämnesverktyg | |
| Visningsalternativ | |
|
|