users@glassfish.java.net

Re: Split file upload servet?

From: <glassfish_at_javadesktop.org>
Date: Thu, 03 Apr 2008 21:19:43 PST

No.

But this isn't a server problem. It's a client problem. The client has the file sending limitation, not the server. The client is the one that cannot be amended or modified, not the server. The server is pretty much out of luck in rectifying this.

If the client can break up its files in to proper sized pieces, then they can be sequentially loaded to the server, and the server could then stich them together in to a final, single file, but that's about as far as you can go with this without client changes.
[Message sent by forum member 'whartung' (whartung)]

http://forums.java.net/jive/thread.jspa?messageID=267682