-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sample HTML #27
Comments
Agreed. A working demo would be great. I can get as far as ["SWF FileAPI ready!"] however the file browser never displays. |
+1 |
If somebody want's to compile a demo, here's what I needed to do: In index.html:
In the script:
|
Where is that swfobject.js file? I can see only jquery.FileReader.js and filereader.swf. |
Do you mean where to get it from? http://code.google.com/p/swfobject/ |
Ok, now I included swfobject.js too, but it's still not working. Is that everything I have to do for my code to start working? |
Hi, Here is my initialization code : |
Can I use a html buttons on click event to click on the SWF version of file upload. It looks ugly on IE. Let me know a way in which that can be done. Thanks. |
FileReader looks great, but I can't get it working. I only go as far as:
["debugMode : ", true]
["SWF FileAPI ready!"]
My
on("change")
function never gets called. I'm missing something. Maybe I've added$("element").fileReader( options )
to the wrong DOM element? Don't know.I think it would help me and other users to get it straight away if you provide a sample HTML file with the code. Thanks a lot!
The text was updated successfully, but these errors were encountered: