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
Hello,
I created a form using Filament version 3, where I want to use two file upload components, but unfortunately, it doesn’t work as expected.
The goal is to create two separate folders ('property/' . $get('property_code') . '/images' and 'property/' . $get('property_code') . '/plans'), but this setup doesn’t work. The images folder is correctly created inside the property_code folder, but the plans folder is not.
Why is the property_code only created for one of them? Also, for the images field, there are no preview images, only for the plans field, even though the path is correct.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Package
Form builder
Package Version
3.2.135
How can we help you?
Hello,
I created a form using Filament version 3, where I want to use two file upload components, but unfortunately, it doesn’t work as expected.
The goal is to create two separate folders ('property/' . $get('property_code') . '/images' and 'property/' . $get('property_code') . '/plans'), but this setup doesn’t work. The images folder is correctly created inside the property_code folder, but the plans folder is not.
Why is the property_code only created for one of them? Also, for the images field, there are no preview images, only for the plans field, even though the path is correct.
No preview image is displayed here.
http://localhost:8000/storage/property/6nlTVcCBqP/images/01JHBM2XJ4YNKX0J3MKHMD6YZZ.jpg
A preview image is displayed here.
http://localhost:8000/storage/property//plans/01JHBM2XJFNA5XZ9YRDK14PY7P.jpg
Beta Was this translation helpful? Give feedback.
All reactions