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
public bool upload_async (string filename, HashTable<void*,void*> fields, bool incomplete, YoutubeProxyUploadCallback callback, Object weak_object) throws Error
Upload a file.
Parameters:
this | |
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 |