You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by fachhoch <fa...@gmail.com> on 2010/06/11 06:52:18 UTC

gmail like file upload

I want to have gmail like file upload  in my application ,  I want to have
ajax  multi file upload  , please suggest me  .
-- 
View this message in context: http://apache-wicket.1842946.n4.nabble.com/gmail-like-file-upload-tp2251270p2251270.html
Sent from the Wicket - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: gmail like file upload

Posted by arjun dhar <dh...@yahoo.com>.
Check out:
https://www.ibm.com/developerworks/web/library/wa-aj-dwr/

--- On Fri, 6/11/10, Martin Grigorov <mc...@e-card.bg> wrote:

From: Martin Grigorov <mc...@e-card.bg>
Subject: Re: gmail like file  upload
To: users@wicket.apache.org
Date: Friday, June 11, 2010, 1:08 PM


http://wicketstuff.org/wicket14/upload/multi

On Thu, 2010-06-10 at 21:52 -0700, fachhoch wrote:
> I want to have gmail like file upload  in my application ,  I want to have
> ajax  multi file upload  , please suggest me  .



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org




      

Re: gmail like file upload

Posted by Martin Grigorov <mc...@e-card.bg>.
http://wicketstuff.org/wicket14/upload/multi

On Thu, 2010-06-10 at 21:52 -0700, fachhoch wrote:
> I want to have gmail like file upload  in my application ,  I want to have
> ajax  multi file upload  , please suggest me  .



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: gmail like file upload

Posted by fachhoch <fa...@gmail.com>.
but GwtUpload  is ajax and wicket  is not .
-- 
View this message in context: http://apache-wicket.1842946.n4.nabble.com/gmail-like-file-upload-tp2251270p2260591.html
Sent from the Wicket - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: gmail like file upload

Posted by Martin Grigorov <mc...@e-card.bg>.
On Fri, 2010-06-18 at 06:21 -0700, fachhoch wrote:
> I mean gmail like GwtUpload.
> 
> here link for a  simple tutorial  for GwtUpload
> 
> 
> http://code.google.com/p/gwtupload/wiki/GwtUpload_GettingStarted
> 
According to http://code.google.com/p/gwtupload/ , section 'How it
works' it looks just like:
http://wicketstuff.org/wicket14/upload/multi

> 
> 
> 
> 
> 
> 
>  
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: gmail like file upload

Posted by fachhoch <fa...@gmail.com>.
I mean gmail like GwtUpload.

here link for a  simple tutorial  for GwtUpload


http://code.google.com/p/gwtupload/wiki/GwtUpload_GettingStarted







 

-- 
View this message in context: http://apache-wicket.1842946.n4.nabble.com/gmail-like-file-upload-tp2251270p2260176.html
Sent from the Wicket - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: gmail like file upload

Posted by Martin Grigorov <mc...@e-card.bg>.
On Wed, 2010-06-16 at 09:35 -0700, fachhoch wrote:
> Please suggest me how to integrate google like fileupload in wicket 
Please define "google like fileupload" and we'll try to help you


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: gmail like file upload

Posted by fachhoch <fa...@gmail.com>.
Please suggest me how to integrate google like fileupload in wicket 
-- 
View this message in context: http://apache-wicket.1842946.n4.nabble.com/gmail-like-file-upload-tp2251270p2257580.html
Sent from the Wicket - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: gmail like file upload

Posted by Martin Grigorov <mc...@e-card.bg>.
On Fri, 2010-06-11 at 05:08 -0700, fachhoch wrote:
> google search for gmaio like file upload  bought me this
> 
> http://code.google.com/p/gwtupload/
> 
> 
> my question  is how can I have a gwt iframe inside wicket page ? 
See InlineFrame.java
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: gmail like file upload

Posted by fachhoch <fa...@gmail.com>.
google search for gmaio like file upload  bought me this

http://code.google.com/p/gwtupload/


my question  is how can I have a gwt iframe inside wicket page ? 


-- 
View this message in context: http://apache-wicket.1842946.n4.nabble.com/gmail-like-file-upload-tp2251270p2251720.html
Sent from the Wicket - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org


Re: gmail like file upload

Posted by Piotr Tarsa <pi...@gmail.com>.
Gmail works with flash disabled suggesting it doesn't use Flash. Probably
there's some Flash progress indicator but I don't use and see that.

2010/6/11 Johan Compagner <jc...@gmail.com>

> Gmail is by the way not ajax but a flash application.
> There is an opensource flash app i think on sourceforge that does pretty
> much the same as gmail.
>
>
> ----- Original message -----
> >
> > I want to have gmail like file upload   in my application ,   I want to
> > have ajax   multi file upload   , please suggest me   .
> > --
> > View this message in context:
> >
> http://apache-wicket.1842946.n4.nabble.com/gmail-like-file-upload-tp2251270p2251270.html
> > Sent from the Wicket - User mailing list archive at Nabble.com.
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> > For additional commands, e-mail: users-help@wicket.apache.org
> >
>
>

SV: gmail like file upload

Posted by Wilhelmsen Tor Iver <To...@arrive.no>.
> Gmail is by the way not ajax but a flash application.
> There is an opensource flash app i think on sourceforge that does
> pretty much the same as gmail.

Is this some other uploading than uploading attachments to mails? Because that uses Ajax not Flash.

- Tor Iver


Re: gmail like file upload

Posted by Johan Compagner <jc...@gmail.com>.
Gmail is by the way not ajax but a flash application.
There is an opensource flash app i think on sourceforge that does pretty much the same as gmail.


----- Original message -----
> 
> I want to have gmail like file upload   in my application ,   I want to
> have ajax   multi file upload   , please suggest me   .
> -- 
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/gmail-like-file-upload-tp2251270p2251270.html
> Sent from the Wicket - User mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
> For additional commands, e-mail: users-help@wicket.apache.org
>