Re: [jQuery] "file" upload without actual file

2009-11-02 Thread brian
So send it as data. You could encode it as Base64. On Mon, Nov 2, 2009 at 10:35 AM, ericjs wrote: > Hi, > > I need to post to a servlet where one parameter is a file...just as > would be sourced with a file upload input in a form. However, I don't > want to offer a file selection, or even have th

[jQuery] "file" upload without actual file

2009-11-02 Thread ericjs
Hi, I need to post to a servlet where one parameter is a file...just as would be sourced with a file upload input in a form. However, I don't want to offer a file selection, or even have the client side file system involved at all. The contents of the "file" will be generated dynamically by the ja