Howard, I wonder how you went about implementing the file upload? I came to a point in my project where I need a non-Flash ajax upload. I could re-implement something similar I had for T4 but if you are planning to share yours via tapx or contribute it directly back to T5 core, I'd rather use *the* upload component than roll my own. Dojo's great but not planning on adding another dependency just for the file upload for this project.
Kalle On Thu, Mar 18, 2010 at 4:38 PM, Howard Lewis Ship <[email protected]> wrote: > Does anyone have any idea where to start with getting a file upload to > work as part of an Ajax update? > > Ideally, the client side would be able to read the file contents and > pass those up in the POST as a multipart/mime stream. > > However, the JavaScript file elements are carefully guarded against > any kind of JavaScript behaviors, as a security concern (a valid one). > > I'm not sure how other sites manage this; I think they may use an > embedded Flash movie? Any pointers would be most useful. > > -- > Howard M. Lewis Ship > > Creator of Apache Tapestry > > The source for Tapestry training, mentoring and support. Contact me to > learn how I can get you up and productive in Tapestry fast! > > (971) 678-5210 > http://howardlewisship.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
