2

Can anyone tell me the structure of the uploadify file object (used by methods such as onSelect and onUploadSuccess). I have scoured the official documentation but with little success; although I know I can access file.name from the documentation (and after a bit of trial and error I know I can also get file.size), I have no idea what other properties I can get my hands on.

Can anyone shed any light on this? Many thanks.

4
  • 2
    You can do console.log(file) in your onUploadSuccess and find out all the properties of file object yourself. Commented Jun 18, 2012 at 13:03
  • That did it! Can't believe I forgot Firebug! Cheers :) Commented Jun 18, 2012 at 13:15
  • 1
    @Joy put this down as an answer and I'll mark you as correct. Commented Aug 15, 2013 at 7:39
  • Just posted an answer. Thanks for reminding. Commented Aug 16, 2013 at 14:20

1 Answer 1

1

You can do console.log(file) in your onUploadSuccess and find out all the properties of file object yourself in console.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.