hi all, wondered if anyone has had any success doing reliable and robust uploads to amazon s3 directly from the browser? i need to upload mp3 files at 3-10ish MB a pop.
i have it working using the GWT-S3 library (http://code.google.com/p/ gwt-s3/) which basically translates into doing glorified form posts. this works great for smaller image files but the problem i'm running into is that occasionally uploads (especially of larger files) seem to disappear into the ether and just spin forever. i'm looking at building in a timeout and upload verification, but would also like to explore something that is flash-based, along the lines of one of these libraries: swfupload-gwt - http://code.google.com/p/swfupload-gwt/ gwtswfext - http://code.google.com/p/gwtswfext/ gwt-plupload - http://code.google.com/p/gwt-plupload/ of these i've made attempts with swfupload-gwt and gwtswfext (both of these libraries are wrappers to swfupload flash uploader) and made the most progress with gwtswfext. that said, i can't actually get the uploads to work with that library as of yet. i've found examples of using these libraries and examples of uploading to amazon s3, but very little crossover between the two. so before i start asking any specific questions or posting specific error messages, wanted to ask if there's anyone on the list with experience in this or who might be able to provide any examples along these lines. thanks in advance! dave -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.