Upload an image using class.upload.php via AJAX, display image in form using jQuery
        Posted  
        
            by Benjamin
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Benjamin
        
        
        
        Published on 2010-04-15T01:06:03Z
        Indexed on 
            2010/04/15
            1:13 UTC
        
        
        Read the original article
        Hit count: 697
        
I am using class.upload.php to handle an image upload from a form that submits employee details to a MySQL database. class.upload.php does EXACTLY what I want it to do, resize the image and rename it - what I am now trying to accomplish is to upload via Ajax after the user selects the file and then display it in the form while they continue entering details. How would this best be accomplished with jQuery?
© Stack Overflow or respective owner