Hey, I currently have a site of mine I've been working on, http://qikdrop.com, up and live. There seems to be a problem with it. The main concept behind the site is that you easily upload files/text to it. When users upload files though (it works fine when just posting text), the uploader will just hang sometimes. The uploader is just a basic form that targets a hidden iframe on the page (So the page doesn't reload when uploading files). The majority of the time the uploader won't hang, but I've occasionally been getting reports that when a user uploads a file it will. There is a max file size of 32mb, and from what I hear the files users try to upload aren't generally that large. Is there any reason why QikDrop.com's uploader might be doing this? Is there something inherently wrong with using an iframe to submit the form? Thanks in advance for any help!