3 messages in com.googlegroups.google-desktop-developerRe: a problem when developing the app...
FromSent OnAttachments
ruihua li24 Mar 2008 23:10 
Bijoy Thangaraj [API Guru]25 Mar 2008 00:27 
James [GD Team]25 Mar 2008 10:45 
Subject:Re: a problem when developing the application
From:Bijoy Thangaraj [API Guru] (jspl@gmail.com)
Date:03/25/2008 12:27:36 AM
List:com.googlegroups.google-desktop-developer

There is no need of the <form> tag. You can use the XMLHttpRequest Object to send your files to server. http://code.google.com/support/bin/answer.py?answer=79663&topic=13819

The BrowseForFile(...) method might help you on the UI side. http://code.google.com/apis/desktop/docs/gadget_apiref.html#framework

Thanks and Regards, Bijoy Thangaraj

On Mar 25, 11:11 am, "ruihua li" <ruih@gmail.com> wrote:

hi ,google -desktop-developer team i met a problem when i develop the google desktop application .i want to upload files in my application in the application ,but there is no <form> tag in the API,and also no flash tag,what should i do.