mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
Fixes media-manager upload issue when no limit found. legacyPath option added to imagepicker()
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
if($out)
|
||||
{
|
||||
// Read binary input stream and append it to temp file
|
||||
$tmpName = e107::getParser()->filter($_FILES['file']['tmp_name'],'w');
|
||||
$tmpName = e107::getParser()->filter($_FILES['file']['tmp_name'],'str');
|
||||
$in = fopen($tmpName, "rb");
|
||||
|
||||
if($in)
|
||||
|
Reference in New Issue
Block a user