Class qqUploadedFileXhr
Handle file uploads via XMLHttpRequest
Package: CT-ChurchCore
Located at system/churchcore/classes/qqFileUploader.class.php
Methods summary
public
|
#
getFileHash( $algo = 'sha256' )
|
public
boolean
|
#
save( $path )
Save the file to the specified path
Save the file to the specified path
Returns
boolean TRUE on success
|
public
string
|
#
getName( )
get content of var $_GET['qqfile']
get content of var $_GET['qqfile']
Returns
string
|
public
integer
|
#
getSize( )
get uploadfile size
Returns
integer
Throws
Exception
|
public
|
|