Re: GAE and file uploads

2012-03-15 Thread Chris Merrill
Ahhh - 'pull' is a Git term. We're a subversion shop, so I know just enough Git to be dangerous...perhaps even less. FWIW, I have the file upload code updated for Wicket 1.5 and seems to be working. Hopefully I'll get some time after our release to submit Mr Ashr's code to GAE Initializer. He

Re: GAE and file uploads

2012-03-15 Thread Martin Grigorov
Cool! If you don't want to bother with Git then just paste your code in the issue tracker at https://github.com/wicketstuff/core/issues (when all licensing is OK) On Thu, Mar 15, 2012 at 5:25 PM, Chris Merrill ch...@webperformance.com wrote: Ahhh - 'pull' is a Git term.  We're a subversion shop,

Re: GAE and file uploads

2012-03-10 Thread Martin Grigorov
Hi Chris, GAE initializer is part of WicketStuff which is hosted at github.com: https://github.com/wicketstuff/core/ See http://help.github.com/send-pull-requests/ On Thu, Mar 8, 2012 at 7:53 PM, Chris Merrill ch...@webperformance.com wrote: On 3/8/2012 11:55 AM, Martin Grigorov wrote: I'm

GAE and file uploads

2012-03-08 Thread Chris Merrill
I've run to an issue with file uploads on GAE - after the file upload exceeds a certain size (~10k?), the default file upload implementation writes to disk, which is not allowed in GAE. I found this previous post: http://apache-wicket.1842946.n4.nabble.com/Wicket-and-FileUpload-on-Google-App

Re: GAE and file uploads

2012-03-08 Thread Martin Grigorov
Hi Chris, I'm glad you find gae-initializer project useful! Your can make a pull request with the upgraded to 1.5 code so other people can gain from it too. On Thu, Mar 8, 2012 at 6:43 PM, Chris Merrill ch...@webperformance.com wrote: I've run to an issue with file uploads on GAE - after

Re: GAE and file uploads

2012-03-08 Thread Chris Merrill
On 3/8/2012 11:55 AM, Martin Grigorov wrote: I'm glad you find gae-initializer project useful! Your can make a pull request with the upgraded to 1.5 code so other people can gain from it too. What is a pull request? Is it a different kind of file upload? --

Re: Asynchronous File Uploads

2010-12-14 Thread exl
this message in context: http://apache-wicket.1842946.n4.nabble.com/Asynchronous-File-Uploads-tp2541855p3086678.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

Re: Asynchronous File Uploads

2010-12-14 Thread robert.mcguinness
/Asynchronous-File-Uploads-tp2541855p3086723.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: Asynchronous File Uploads

2010-12-10 Thread jcgarciam
and then they can come back to interact with the newly created information. So am I still approaching this correctly? Thanks in advanced, Eric. -- View message @ http://apache-wicket.1842946.n4.nabble.com/Asynchronous-File-Uploads-tp2541855p3081409.html To start a new

Re: Asynchronous File Uploads

2010-12-09 Thread exl
processing has been completed and then they can come back to interact with the newly created information. So am I still approaching this correctly? Thanks in advanced, Eric. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Asynchronous-File-Uploads-tp2541855p3081409.html Sent

Re: Asynchronous File Uploads

2010-12-07 Thread exl
-File-Uploads-tp2541855p3077633.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org

Re: Asynchronous File Uploads

2010-12-07 Thread Jeremy Thomerson
://apache-wicket.1842946.n4.nabble.com/Asynchronous-File-Uploads-tp2541855p3077633.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional

Re: Asynchronous File Uploads

2010-12-07 Thread exl
.nabble.com/Asynchronous-File-Uploads-tp2541855p3077766.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: Asynchronous File Uploads

2010-12-07 Thread Jeremy Thomerson
if I wanted to use Wicket's single file upload (demonstrated here: http://wicketstuff.org/wicket/upload/single?0), whether that would still be possible. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Asynchronous-File-Uploads-tp2541855p3077766.html Sent from

Asynchronous File Uploads

2010-09-16 Thread Nivedan Nadaraj
Hi All Has anyone had a requirement to upload huge files in an asynchronous mode? I want to be able to upload some files which are on avg 4G plus. I read some posts that wicket does fine with 50 plus megs. Since these are huge files, we dont want the user to be blocked. Instead was thinking

Re: Asynchronous File Uploads

2010-09-16 Thread Igor Vaynberg
use a servlet -igor On Thu, Sep 16, 2010 at 2:42 AM, Nivedan Nadaraj shravann...@gmail.com wrote: Hi All Has anyone had a requirement to upload huge files in an asynchronous mode? I want to be able to upload some files which are on avg 4G plus. I read some posts that wicket does fine with

Re: Asynchronous File Uploads

2010-09-16 Thread nivs
or invoked. 3. From the GUI, actor uploads a file - this has to delegate the request to the servlet.Which then does the job Am i on the right track? Cheers -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Asynchronous-File-Uploads-tp2541855p2543316.html Sent from

Re: Asynchronous File Uploads

2010-09-16 Thread Jeremy Thomerson
On Thu, Sep 16, 2010 at 11:20 PM, nivs shravann...@gmail.com wrote: Thanks mate, I will investigate more on this, but can you elaborate it a little bit? I can think of the following 1. When the application starts up, the servlet will be loaded up. 2. In its init(), I would have to create

Re: Asynchronous File Uploads

2010-09-16 Thread nivs
Thanks for the time. Will give that a shot. Many thanks (will keep it simple) Niv -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Asynchronous-File-Uploads-tp2541855p2543362.html Sent from the Users forum mailing list archive at Nabble.com

Re: Handle file uploads in Behavior and respond using AjaxRequestTarget

2009-08-07 Thread Igor Vaynberg
. I got uploadify working in a componentized form. Works like a charm for now. Bas - Original Message - From: Igor Vaynberg igor.vaynb...@gmail.com To: users@wicket.apache.org Sent: Thursday, August 06, 2009 4:32 AM Subject: Re: Handle file uploads in Behavior and respond using

Re: Handle file uploads in Behavior and respond using AjaxRequestTarget

2009-08-07 Thread Bas Gooren
Subject: Re: Handle file uploads in Behavior and respond using AjaxRequestTarget tada, all done in trunk -igor On Wed, Aug 5, 2009 at 8:23 PM, Igor Vaynbergigor.vaynb...@gmail.com wrote: yes, the form action is rewritten to the behavior url. the behavior url processes the form the same way

Handle file uploads in Behavior and respond using AjaxRequestTarget

2009-08-05 Thread Bas Gooren
Hi all, Since I've seen many great answers on this list it's time to ask one of my questions ;-) The thing that strikes me as odd is how hard it is right now to handle file uploads and respond as if it were an AJAX request. I've built (based on various sources) a solution which uses a Panel

Re: Handle file uploads in Behavior and respond using AjaxRequestTarget

2009-08-05 Thread Igor Vaynberg
, 2009 at 3:42 PM, Bas Goorenb...@iswd.nl wrote: Hi all, Since I've seen many great answers on this list it's time to ask one of my questions ;-) The thing that strikes me as odd is how hard it is right now to handle file uploads and respond as if it were an AJAX request. I've built (based

Re: Handle file uploads in Behavior and respond using AjaxRequestTarget

2009-08-05 Thread Bas Gooren
Message - From: Igor Vaynberg igor.vaynb...@gmail.com To: users@wicket.apache.org Sent: Thursday, August 06, 2009 12:51 AM Subject: Re: Handle file uploads in Behavior and respond using AjaxRequestTarget well, its complex because you have to hack this in, browser's built in ajax support

RE: Handle file uploads in Behavior and respond using AjaxRequestTarget

2009-08-05 Thread Russell Simpkins
at all, but I do hope it helps. Russ From: igor.vaynb...@gmail.com Date: Wed, 5 Aug 2009 15:51:44 -0700 Subject: Re: Handle file uploads in Behavior and respond using AjaxRequestTarget To: users@wicket.apache.org well, its complex because you have

Re: Handle file uploads in Behavior and respond using AjaxRequestTarget

2009-08-05 Thread Igor Vaynberg
uploading replaces the IFRAME. Regards, Bas - Original Message - From: Igor Vaynberg igor.vaynb...@gmail.com To: users@wicket.apache.org Sent: Thursday, August 06, 2009 12:51 AM Subject: Re: Handle file uploads in Behavior and respond using AjaxRequestTarget well, its complex

Re: Handle file uploads in Behavior and respond using AjaxRequestTarget

2009-08-05 Thread Igor Vaynberg
On Wed, Aug 5, 2009 at 4:10 PM, Bas Goorenb...@iswd.nl wrote: One of the working components I built using IFRAMEs is actually not that complex (400 LOC), i just wrote something that is about 30 lines of javascript that does this. only works in firefox so far. see WICKET-2420. -igor

Re: Handle file uploads in Behavior and respond using AjaxRequestTarget

2009-08-05 Thread Bas Gooren
: Thursday, August 06, 2009 4:32 AM Subject: Re: Handle file uploads in Behavior and respond using AjaxRequestTarget On Wed, Aug 5, 2009 at 4:10 PM, Bas Goorenb...@iswd.nl wrote: One of the working components I built using IFRAMEs is actually not that complex (400 LOC), i just wrote

Re: Handle file uploads in Behavior and respond using AjaxRequestTarget

2009-08-05 Thread Igor Vaynberg
- From: Igor Vaynberg igor.vaynb...@gmail.com To: users@wicket.apache.org Sent: Thursday, August 06, 2009 4:32 AM Subject: Re: Handle file uploads in Behavior and respond using AjaxRequestTarget On Wed, Aug 5, 2009 at 4:10 PM, Bas Goorenb...@iswd.nl wrote: One of the working components I

bug in firefox in file uploads?

2008-12-27 Thread Jonathan Locke
more -- View this message in context: http://www.nabble.com/bug-in-firefox-in-file-uploads--tp21186555p21186555.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

file uploads

2008-03-24 Thread tbt
' but is created inside the resin folder. How do I specify a relative path so that a folder is created inside my project directory thanks tbt -- View this message in context: http://www.nabble.com/file-uploads-tp16249006p16249006.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: file uploads

2008-03-24 Thread James Carman
On Mon, Mar 24, 2008 at 7:31 AM, tbt [EMAIL PROTECTED] wrote: Hi I am using the file upload component in wicket and I like to set the folder path to save uploaded files. Folder folder = new Folder(Uploads); folder.mkdirs(); File newFile = new