laravel-form-components icon indicating copy to clipboard operation
laravel-form-components copied to clipboard

Please Add Image Upload Form

Open abbasmashaddy72 opened this issue 2 years ago • 3 comments

Please Add an Image / File Upload Form component, It would be very helpful

abbasmashaddy72 avatar May 25 '22 10:05 abbasmashaddy72

What are you after exactly when you can use input with a type of "file"?

lrljoe avatar Jul 17 '22 06:07 lrljoe

This can already be done quite easily.

<x-form-input name="image" type="file" label="Image Upload" />

mrl22 avatar Dec 14 '22 20:12 mrl22

I was thinking of more like with preview

I had added it manually, but does not work perfectly

abbasmashaddy72 avatar Dec 16 '22 21:12 abbasmashaddy72