upload_async


Description:

[ CCode ( cname = "youtube_proxy_upload_async" ) ]
public bool upload_async (string filename, HashTable<void*,void*> fields, bool incomplete, YoutubeProxyUploadCallback callback, Object weak_object) throws Error

Upload a file.

Parameters:

this

a YoutubeProxy

filename

filename

fields

fields

incomplete

incomplete

callback

callback to invoke upon completion

weak_object

an object instance used to tie the life cycle of the proxy to

user_data

user data to pass to the callback

Returns:

true, or false if the file could not be opened