On another note, I can't believe I am still at work. I am trying to finish this video uploading site for a contest they are hosting. Unfortunately, the magic that is my surebert multi file unloader is about to die as Flash Player 10 changed the way you can call the FileReference browse method and calling it from javascript is no longer an option. They want it to have a flash interface. Adobe says it makes it safer, I say it just makes it flashier and makes me mad.
I plan on creating a new multi file uploader widget based on my previous work

Cool enough, but sadly you don't get the progress which is really the fun part of the surebert uploader. Luckily, there is a php extension

Sadly, after testing in IE6 and firefox and everything working, I tested it in Safari which refuses to receive ajax responses after it has initiated a file upload. I send them, it just won't process any responses. I hate you safari. Seriously, its always you that has to make everything fucked up.
Anyways, so I re-factored and ended up going with an iframe solution as safari was happy with that and so were the other browsers. Its cool to get an estimated finish time.


wow, so that's what all these things - silverlight, flash, ubiquity etc. do - provide an extension of the browser capabilities that could someday be part of the browser itself or just the extension of the language the webpages are written in. I never realized. That's fascinating.
That type of feature owuld have to be implemented at the browser level. I really think they need to start updating that part of the browser/HTML spec soon. Multi-file upload, progress feedback, file masking, partial uploads, etc should all be implemented cross-platform, cross-browser, without flash or silverlight.
Wow. You are (e:imk2) for tonight! :( Good luck and hope you get to go home soon!!
BTW, I just have a random thought about uploading. What if you upload a file and somehow your connection breaks. Can the server that is hosting the upload, store part of the file and do a resume on your upload as soon as your connection is re-established/or you start the upload again? I have never seen this feature on uploads although a vast majority of downloads on many clients have a resume capability.
Go home Paul! Good to see that you are a dedicated worker while your boss is on vacation :)