You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the way to get the filename of the uploaded image, before it goes to handleFileUpload? $fileUploader = $this->get('punk_ave.file_uploader'); $imageName = $fileUploader // ?????? $fileUploader->handleFileUpload(array('folder' => $foobar ));
So I can save the image-name.
The text was updated successfully, but these errors were encountered:
What is the way to get the filename of the uploaded image, before it goes to handleFileUpload?
$fileUploader = $this->get('punk_ave.file_uploader'); $imageName = $fileUploader // ?????? $fileUploader->handleFileUpload(array('folder' => $foobar ));
So I can save the image-name.
The text was updated successfully, but these errors were encountered: