cloudinary-laravel icon indicating copy to clipboard operation
cloudinary-laravel copied to clipboard

Upload method doesn't support file/image name

Open jgodstime opened this issue 3 years ago • 0 comments

No provision to specify image name using the upload method

cloudinary()->upload($request->file('file')->getRealPath(), [
               'folder' => 'posts',
               'transformation' => [
                            'width' => 1920,
                            'height' => 1280
                ]
     ])->getSecurePath();

jgodstime avatar Jul 21 '21 21:07 jgodstime