Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Jquery fineuploader update metadata of the file

    • 0
    • 0
    • 0
    • 1
    • 0
    • 0
    • 0
    • 459
    Answer it

    Hello Guys

    I used jquery fineuploader to upload multiple files in my web application but fineuploader update the metadata of the file during upload file and original metadata of the file has been lost.


    I want to extract original metadata of the file on server side or controller, so let me know how to get original file metadata on server side or any setting of fineuploader that's fineuploader do not change the original metadata of the file during upload.

    Thanks in advance.

 1 Answer(s)

  • Hi Bhagwan

    You need to set includeExif: true under scaling.

     scaling: {
                    // send the original file as well
                    sendOriginal: true,
    
                    // fox orientation for scaled images
                    orient: true,
    
                    // If null, scaled image type will match reference image type.  This value will be referred to
                    // for any size record that does not specific a type.
                    defaultType: null,
    
                    defaultQuality: 80,
    
                    failureText: "Failed to scale",
    
                    includeExif: true,
    
                    // metadata about each requested scaled version
                    sizes: []
                }
    
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: