[Stripes-users] Action bean file upload

2013-04-12 Thread Joaquin Valdez
Is it possible to have an action bean accept file uploads from an external site? Sample code would be appreciated! Thank you, Joaquin -- Precog is a next-generation analytics platform capable of advanced analytics on sem

Re: [Stripes-users] Action bean file upload

2013-04-12 Thread Morten Matras
I think normal post requests can come from anywhere. This would normally be created using an iframe on the external site containing the file upload form. Another way would be server-server where accepting a post request is easy and constructing the client side of it requires a little coding.