RE: [java ee programming] File upload using AJAX

2010-10-29 Thread Shiv Shankar
Niño Sent: Thursday, October 28, 2010 8:19 PM To: kunal...@gmail.com Cc: Java SOS Subject: Re: [java ee programming] File upload using AJAX yes is posible, you cand do it with swfupload. and is very simple. 2010/10/27 Kunal Raikar Hi I want to upload file on server without clicking on

Re: [java ee programming] File upload using AJAX

2010-10-29 Thread Alexander Jose Sanchez Niño
yes i have, i found in internet and works so well El 29 de octubre de 2010 03:21, Kunal Raikar escribió: > Hi Alexander > > Do you have any sample code??? > > > > 2010/10/28 Alexander Jose Sanchez Niño > >> yes is posible, you cand do it with swfupload. and is very simple. >> >> 2010/10/27 Kuna

Re: [java ee programming] File upload using AJAX

2010-10-29 Thread Kunal Raikar
Hi Alexander Do you have any sample code??? 2010/10/28 Alexander Jose Sanchez Niño > yes is posible, you cand do it with swfupload. and is very simple. > > 2010/10/27 Kunal Raikar > >> Hi >> >> I want to upload file on server without clicking on submit button(Similar >> to Gmail file attachm

Re: [java ee programming] File upload using AJAX

2010-10-28 Thread Alexander Jose Sanchez Niño
yes is posible, you cand do it with swfupload. and is very simple. 2010/10/27 Kunal Raikar > Hi > > I want to upload file on server without clicking on submit button(Similar > to Gmail file attachment). For that I need to make use of AJAX, Is it > possible to do that? any help will be appreciate

Re: [java ee programming] File upload using AJAX

2010-10-28 Thread Kunal Raikar
Hi Mahesh Can you give me some sample code??? Regards Kunal Raikar On Thu, Oct 28, 2010 at 10:38 AM, Mahesh Kapure wrote: > simple way... > > get the hidden form in ur page in some iframe and put the file input > (hidden) by javascript and then submit that form > > > thank you,

Re: [java ee programming] File upload using AJAX

2010-10-27 Thread Mahesh Kapure
simple way... get the hidden form in ur page in some iframe and put the file input (hidden) by javascript and then submit that form thank you, Mahesh 9922443380 On Thu, Oct 28, 2010 at 9:53 AM, Kunal Raikar wrote: > Hi > > I want to upload file on server without clicking on su