Flash Games

 FAQ   Search   Members   Groups   Register  User Control Panel      Login 

Your time now:
Mon Nov 23, 2009 2:42 pm

All times are UTC + 1 hour




Post new topic Reply to topic  [ 3 posts ]  Bookmark and Share
Author Message
 Post subject: upload image preview
PostPosted: Thu May 07, 2009 12:53 pm 
Offline

Joined: Mon Jan 19, 2009 10:10 am
Posts: 40
Does anybody know if does exist a widget in dojo to have the preview of an uploaded image ?

It the moment i submit and store the image on the server but I would like to display an image preview before to submit the form.


Top
 Profile  
 
 Post subject: Re: upload image preview
PostPosted: Thu May 07, 2009 2:49 pm 
Offline

Joined: Mon Jan 19, 2009 10:10 am
Posts: 40
Hi, I've tried this small script:

Code:
<!-- image preview -->
<script language="javascript">

   var imgRe = /^.+\.(jpg|jpeg|gif|png)$/i;

   function previewImage(pathField, previewName) {
   
        console.log(pathField.value);
       
       var path = pathField.value;
       if (path.search(imgRe) != -1) {   
           document[previewName].src = 'file://'+path;
           console.log( 'file://'+path);
       
       } else {   
           alert("JPG, PNG, and GIFs only!");
           
       }   
   }
   
</script>


but the var path contains only "picture1.png" instead of the complete path "User/Desktop/Picture1.png".


Top
 Profile  
 
 Post subject: Re: upload image preview
PostPosted: Thu May 07, 2009 2:51 pm 
Offline

Joined: Mon Jan 19, 2009 10:10 am
Posts: 40
This is the html code


<form name="imageTest" action="upload_file.php" method="post" enctype="multipart/form-data">
<label for="file">Filename:</label>
<input type="file" name="file" />
<br />
<input type="button" value="Preview!" onClick="previewImage(document.imageTest.file,'replaceMe')"/><br>
<img src="images/clear.gif" name="replaceMe"/>

<input type="hidden" name="MAX_FILE_SIZE" value="131072"/>
<input type="hidden" name="_stage" value="1" />
<input type="submit" name="submit" value="Upload" />
</form>


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 3 posts ] 

All times are UTC + 1 hour


Who is online

Users browsing this forum: No registered users and 3 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group - Flash Games - TNX Invitation Code - TNX Review


Webmaster - Excruciating - Johnathan - Kotik - Ash - Tomi - rangana - Phate - dflynn - Medley