![]() |
|||||
Class: FileToStringUploaderSource Location: /class/fileHandling.php.incClass OverviewNode | --FileToStringUploader Background file-to-memory uploader This class creates an object that uploads a file from the client to the server memory. Construct it with a source (client) path. Then call the method startUpload(). This control fires the event 'finished' when the upload was successful, 'failed' when it went wrong or 'cancelled' when the upload was cancelled through the cancelUpload() method. It also fires the event 'cycle' for every chunk received, allowing you to keep track of progress. The resulting file contents are placed in the FileToStringUploader::$data property. Author(s):
Class VariablesClass MethodsDocumentation generated on Mon, 07 Apr 2014 00:51:20 +0200 by phpDocumentor 1.4.3 |
|||||
All content is © 2009 by FrontDoor Media Group, is available under the Creative Commons Attribution-Share Alike 2.5 License and is maintained by the SiteFusion.org staff |