js_upload - provide a site tmp directory config in case your service provider has an unusually small /tmp partition
This commit is contained in:
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -196,7 +196,13 @@ class qqUploadedFileXhr {
|
||||
*/
|
||||
function save() {
|
||||
$input = fopen("php://input", "r");
|
||||
$this->pathnm = tempnam(sys_get_temp_dir(),'frn');
|
||||
|
||||
$upload_dir = get_config('system','tempdir');
|
||||
if(! $upload_dir)
|
||||
$upload_dir = sys_get_temp_dir();
|
||||
|
||||
$this->pathnm = tempnam($upload_dir,'frn');
|
||||
|
||||
$temp = fopen($this->pathnm,"w");
|
||||
$realSize = stream_copy_to_stream($input, $temp);
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user