I am using jQuery Uploadify to upload files to my site. How can I tell if a user has selected a file or not? I tried using the folder object value of the Uploadify object but its not working for me--it's always the same. I assume that it was null before it was selected.
How can I tell that a user has selected a file?