Quality hand painted oil portraits for family, friends or formal settings.
If you have previously uploaded or attempted to upload a picture but the process got interrupted please contact us (info@gogetart.com) and we will assist you in completing the transaction.

This website uses cookies and javascript. Please ensure that both are enabled.
//Open window with progress bar. function ProgressBar(){ var ProgressURL ProgressURL = 'upload_progress.asp?UploadID=1986224511' var v = window.open(ProgressURL,'_blank','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=350,height=200') return true; } function isImage(file){ //Get a file extension var ext = file.substr(file.lastIndexOf('.')).toLowerCase() //Check extension to image types. return '.jpg,.jpeg,'.indexOf(ext+',') >= 0 }; var lastfieldname = '' function preview() { //get current input preview var file = document.getElementById("imagetoupload").value; var statustxt="Invalid filetype!"; if ((file.toLowerCase().indexOf('.jpg')>=0) || (file.toLowerCase().indexOf('.jpeg')>=0)) statustxt="Valid filetype!" document.getElementById("statustext").innerHTML=statustxt; windows.status=statustxt; if (file.length<=0) return; //or get get preview for one of form field //var file = file_upload.SourceFile1.value var ipreview = document.getElementById("ipreview"); //var ipreview = document.all('ipreview') if (isImage(file)) { //Show preview for the image. ipreview.src = 'file://' + file //ImageName.innerHTML = 'Image preview