I’m playing a lot with Seatreg which is great (I added a way to fill only once the required fields when having several booking seats and values are duplicated to others hidden fields. It’s a simple modification if someone interested).
Back to the subject i need during registration that customers can upload a file. Is it something that you already considered ? If not do you have any clue to help me to implement this feature ?
Thanks for your work again,
Regards
I would like to automatically add an image watermark to every image the users will submit using the “upload files” field.
I tried to add the “Easy Watermark” plugin but for some reasons I didn’t manage to make it work for images uploaded using forms.
Is there any way to do it?
]]>When I upload a file in file manager it seems like it is uploading, but in reality nothing is transferred. No error appears, but the files are not there. When I upload over FTP it works and I am able to see those files in the file manager.
]]>We’ve been having issues with the ‘Choose Files’ link of the upload field. When we click on it, nothing happens. (Except, on the lower-left of the screen, it briefly reads ‘Javascrpit:void(0)’ then disappears.)
Could you please take a look and let us know how we can proceed to tackle this issue? Thanks so much!
]]>usually files are named with a hash for security reasons. But for my project in need to have custom filenames for the uploaded files.
[name]_timestamp[dd-mm-yy_mm-ss]
Field name is given by the upload form
Any Idea how to make this?
]]>I have a Folder (Roger) containing 2 Files (PK-3-1.mov, PK-3-2.mov). Neither the Folder or Files exist in GD at this point.
Using the Upload Files shortcode.
If I Drag&Drop the Folder, the 2 Files are uploaded, not the Folder
If I use the Browse Folder button, I can only Upload the 2 Files
Question: Is there a way I can Upload the Folder with the 2 Files included?
If not, any suggestions on how best to achieve this?
Thanks
]]>wp_editor( $content, $editor_id, $settings);
works and appears for users with upload_files
capability only. I need it to display for visitors, too.
A seperate media upload button would work for visitors (tested),
but I need the ability to place images inside the content.wp_editor
is placed within a frontend submission form and visitors can create posts (with pending review).
Is there anyone who could help?