mark_kcc's avatar

Chrome android upload image

I am able to upload an image with Firefox and Chrome on my desktop, and also on my android cell using Firefox, but the image will not upload using Chrome on my cell. The only thing I can see is that when I get the output from $image = $request->file($request->image); I see Illuminate\Http\UploadedFile":"" but is should have something like Illuminate\Http\UploadedFile":"/tmp/phpunWdvw"

0 likes
4 replies
HashCoder's avatar

check your php.ini file upload_max_filesize set it to 15M or as desired

mark_kcc's avatar

HI. Not sure if that will help as I can upload the same file with Firefox, and I check for large files also?

HashCoder's avatar

Try uploading small size image. I had a same problem. Was working on desktop browser while not on phones browser.

mark_kcc's avatar

It works on a cell for Firefox, just not Chrome

Please or to participate in this conversation.