Replies: 4 comments 8 replies
-
well @Jimmi08 thats a very difficult one. How to implement the features in 1 (preview/order/remove). |
Beta Was this translation helpful? Give feedback.
-
And this is an example from @Vodhin plugin but again - too advanced for me to understand how it is built (all plugin not only this part) |
Beta Was this translation helpful? Give feedback.
-
oh, @Jimmi08 - I have been coding my real-estate plugin to allow Members to post their own Property listings via a front-end form, as you suggested. Current progress: Testing of UI form elements. I expect the plugin to be testable by you in a week or two. Further refinements, such as a list displaying their own listings, in-plugin tracking (Views, Favorite, Shares), and PM integration is in development. |
Beta Was this translation helpful? Give feedback.
-
Hi,
imagine submit news form and upload images to news.
Only way now supported on the frontend is imagepicker() . But there is no preview of uploaded image, changing order, remove them.
If you use mediapicker with dropzone, then images are uploaded to server before form is sent. So if user doesn't send form, images are already uploaded.
Any idea how to add multiple images to some record on frontend?
I need to post property on frontend (user is not admin) and some modern way for adding images.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions