Özellikle titrek ve düşük bant genişliği bağlantıları için büyük bir gelişme - Hepiniz yüklenirken SWFUpload a> bir ilerleme çubuğu gösterebilir gibi fantezi, çoğunlukla Flash-tabanlı dosya yükleyicilerimizden yeni nesil biliyorum.
Ancak, bu uploaders tüm istemci tarafında yüklenenler işlemek için nasıl kendi mantığı getirmek. Ben "fancify" Varolan, klasik dosya yüklenenler, yani introducing a progress bar to normal file upload forms için mütevazi bir şekilde arıyorum.
Nedeniyle dosya yükleme mimarisi, bu büyük olasılıkla mümkün değil, istemci tarafında bazı verdiği olmadan.
I am looking for a solution that keeps the tweaking to an absolute minimum, e.g. a component that adds itself to the onsubmit event of a normal form, performs the file upload, displays a nice progress bar, puts the resulting temporary (server side) file path into the form, and submits it. On the server side, I just have to modify my script to use the file path provided by the flash uploader, instead of $_FILES and consorts, and think about security for a moment.
This is not exactly what all the Flash-based uploaders do: They can use data from a form, but they do not provide possibilities to submit the form as is, what is what I'm looking for. I am looking for a (probably) Flash based upload function taken a step further.