uploadBase64Image Method (VintasoftFileAPI)
In This Topic
Overloaded. Sends an asynchronous request to a server for uploading an image, which is represented by a Base64 string, to a server.
Overload List
Overload | Description |
uploadBase64Image(string,string,function,function,Vintasoft.Shared.WebServiceJS) | Sends an asynchronous request to a server for uploading an image, which is represented by a Base64 string, to a server. |
uploadBase64Image(string,string,function,function) | Sends an asynchronous request (using default web service) to a server for uploading an image, which is represented by a Base64 string, to a server. |
uploadBase64Image(string,function,function) | Sends an asynchronous request (using default web service) to a server for uploading an image, which is represented by a Base64 string, to a server. |
Browser Compatibility
See Also