In regards to this question Upload File Directly to S3 with Progress Bar, i would like to know if there is an update or another way to do this without using a flash or java applet?
I have tried using this swfupload_s3 http://swfupload.org/forum/generaldiscussion/2185, it works but unfortunately the progress bar shoots to 100% and found this,
(1) Local Proxy Servers and some Anti-Virus software will cause this behavior. Instead of sending the upload to the server the anti-virus software intercepts the upload and accepts the entire file. SWFUpload has sent the entire file and displays 100%. This happens quickly because nothing has been sent out yet, it's all happened local. The anti-virus then scans the intercepted file and sends it on to the server. Meanwhile SWFupload is sitting tight at 100%. Once the anti-virus has sent the file the server responds and SWFUpload "completes"
(2) Known issue. We have already documented this. There is no work around. This is how it will work for any client side only uploading tool when anti-virus interferes with the upload
http://swfupload.org/forum/generaldiscussion/642 (1)
http://code.google.com/p/swfupload/issues/detail?id=213 (2)
I have been on this for 2 days but I can't seem to find another way. Or there isn't at all?