Hi there. I met unexpected difficulties creating single file upload with progress bar. Upload should be simple. just like the last demo here: http://www.phplivex.com/ajax_file_upload.php
I tried to use: https://github.com/blueimp/jQuery-File-Upload/wiki/Basic-plugin
but I can't get it work, callbacks seem to work but 'submit' is not done by js but as normal html input.
Do you have some library (jQuery would be great) that you're using? I tried Uploadify but it's too comprehensive and it crashes every time I try to use demo (flash I guess).
If someone is bored / helpful by nature can he try to create view / controllers working with library I've posted?
Thanks.
@EDIT
This is even better: http://www.matlus.com/html5-file-upload-with-progress
I have played with plupload for the last few days and I have to agree with you. It is really great. I am thinking about switching from Uploadify! Great stuff!