[orkut-developer] Re: Uploading Files to My Server!

2008-04-18 Thread jfahrenkrug
If you want to make sure only logged in users can upload files, this might be interesting for you too: http://groups.google.com/group/opensocial-api/browse_thread/thread/4d9af5c73cba0a1d/52c3bc3db36816bd?lnk=gstq=file+upload#52c3bc3db36816bd - Johannes -- http://blog.springenwerk.com On Apr

[orkut-developer] Re: Uploading Files to My Server!

2008-04-17 Thread Jason
_IG_FetchContent is not officially supported within orkut. Please use gadgets.io.makeRequest instead. - Jason On Apr 16, 6:03 am, deepak [EMAIL PROTECTED] wrote: I am saying about the function which is given below. Here you can use the url of your page which is on your server while sending

[orkut-developer] Re: Uploading Files to My Server!

2008-04-17 Thread Eber Freitas Dias
what about this solution? wouldn't this work? http://www.devbox.info/upload-files-asynchronously-using-ajax-like-technology tks! On Thu, Apr 17, 2008 at 3:50 PM, Jason [EMAIL PROTECTED] wrote: _IG_FetchContent is not officially supported within orkut. Please use gadgets.io.makeRequest

[orkut-developer] Re: Uploading Files to My Server!

2008-04-16 Thread deepak
Hi It is possible send to data from the orkut to your Server by using _IG_Fetch method and the data is included into the URL which you are going to call, Regards, Deepak On Apr 16, 6:28 am, Eber Freitas Dias [EMAIL PROTECTED] wrote: Is it possible to send files to my server within Orkut? If

[orkut-developer] Re: Uploading Files to My Server!

2008-04-16 Thread Eber Freitas Dias
Isn't this the same of using gadgets.io.makeRequest(url, callback, params);? On Wed, Apr 16, 2008 at 4:37 AM, deepak [EMAIL PROTECTED] wrote: Hi It is possible send to data from the orkut to your Server by using _IG_Fetch method and the data is included into the URL which you are going to

[orkut-developer] Re: Uploading Files to My Server!

2008-04-16 Thread deepak
I am saying about the function which is given below. Here you can use the url of your page which is on your server while sending this url, you can attach the data with this url which you will retrieve. You can also send response back to this function. function ReceiveResponse(URL)