Upload images to gallery from frontend
-
I have a frontend form with an option to upload gallery images (ACF field photo gallery which is using your plugin). I also have an option to upload a single image (ACF field Image).
When I use this form as an administrator and I have set the setting: ‘uploader’ => ‘wp’ all is working fine (I am able to select images for the gallery and the single image from the media library)
But when I’m a not logged-in user, I’m not able to upload any images (because I don’t have access to the media library). I fixed this for the single ACF image by changing the setting ‘uploader’ => ‘wp’ to ‘uploader’ => ‘basic’. This way, I can select one from my local folders, when I want to upload a single image. However, this is not working for the image gallery. Nothing happens when I press the “add images” button.Can you please let me know how I can fix this?
The page I need help with: [log in to see the link]
- The topic ‘Upload images to gallery from frontend’ is closed to new replies.