Hi,
?Can allow all extensions?
Is there any expression like : Allowed File Extensions: *.*
Than
]]>For some reason I can’t see the images when editing a post so I can’t delete them. is anyone monitoring these support forums?
]]>Hello,
I would like my users to upload files from their Gallery, if they are using an Android phone per exemple. I have a few options (camera, vocal recorder, docs) but the “Gallery” application doesn’t show up. Is there a way to set up the plugin so my users can chose their “Gallery” native application to upload their pictures ?
Thanks.
I have the advanced file upload field setup with chunking turned on (4MB) and a max file upload size of 200MB. If I upload a file and then submit the form, I get a 500 internal server error (file seems to upload fine).
Here are the relevant php settings:
max_execution_time = 60
max_input_time = 60
memory_limit = 128M
post_max_size = 8M
upload_max_filesize = 8M
Any idea what could be the problem here? Thanks!
]]>The strange thing is that the plugin works perfect at localhost but not in production site, we check the php.ini and is almost the same from local to prod so we are lost…
]]>Hi,
I was also facing a problem changing the language (to ‘de’)
The problem is also described here, with a solution (missing dollar sign):
https://www.ads-software.com/support/topic/changing-language-does-not-work/
The code snippet in the documentatiom section “Change Plupload language” is wrong. This should be the correct snippet. The single quotes are also interpreted wrong and caused the wrong formatting of the snippet:
add_filter( 'prso_gform_pluploader_i18n_script', 'plupload_i18n' );
function plupload_i18n( $i18n_filename ) {
//Use fr,js file - remove .js from filename
$i18n_filename = 'de';
return $i18n_filename;
}
Regards,
Jan
Hello,
I am using the advanced video uploader plugin along with gravity forms. Gravity forms has an add-on called Advanced Post Creation, which automatically creates posts when a form is submitted. It works great, but I am having an issue with adding in the uploaded video into the created post. Gravity forms says I should be able to use a merge tag to add in the video, but not sure what to use.
Can anyone help me get the uploaded video (and player) into the auto-created post?
Thanks so much
]]>don’t possible upgrade the plugin Gravity Forms Adv Uploads – Email Notification Add-on now
error: cURL error 8: Invalid Content-Length: value
currently notifications arrive but only the first two files repeated as the total number of files sent by the visitor.
What’s the reason?
Thanks
]]>Hi,
I have installed the new version 1.5 but there is a conflict with “Gravity Forms Terms Of Service” and the form disappears.
To display the form it is necessary to disable both plugins or at least one of them.
I need to allow users to upload a number of non-standard file types, so I have a list of allowable extensions in Advanced File Uploader. It’s only allowing users to upload files with the first extension in the list, however. It doesn’t seem to matter what the extension is, but it has to be first in the list of allowable types–even standard extensions get the “Invalid File Extension” message if they’re not listed first.
I manage five sites with similar configurations, and all are having the same issue. Any suggestions?
EDIT: when no file extensions are listed in “allowed” list, any upload gets the “Invalid File Extension” error
]]>Hi,
We’re using this plugin for a client’s site and I’m trying to add .eps as an extension. I’ve added the extension to the allowed file type filter in the settings area. I’ve also tried to add a filter to the functions file like we needed to do for an InDesign file and that worked.
$allowed_mime_types['indd'] = 'application/octet-stream';
The error that we receive is “Error: Invalid file extension: Apple.eps”.
Any other suggestions?
Thanks.
]]>Hi I used this:
add_filter( ‘prso_gform_pluploader_i18n_script’, ‘plupload_i18n’ );
function plupload_i18n( $i18n_filename ) {
//Use nl,js file – remove .js from filename
$i18n_filename = ‘nl’;
return i18n_filename;
}
( The Dutch translation) and put it in the themes functions.php on the bottom.
But in my forms the language still stays in english!
i also tried this;( replaced above with this)
add_filter( ‘prso_gform_pluploader_i18n_script’, ‘plupload_i18n’ );
function plupload_i18n() {
return ‘nl’;
}
and still it is in English.
What can I do? Please help
Is it possible to upload .csv, .xml ando .json files?
]]>I’m looking to set up a form which will allow users to upload an entire directory. It may contain files and sub-directories (or folders with more files in them). When I select all and try to add them to the form field the folders aren’t included. How can I upload sub-folders and full directories as is?
Thank you.
Hi there,
We have been trying to use Advanced File Uploader and Gravity Forms for an incident report form. We’ve included multiple copies of the Advanced File Uploader element in the form (up to 8, hidden or revealed by conditional logic).
We’ve got chunking enabled at 1mb and our php.ini and server settings shouldn’t have any issues with the file sizes that we’re passing through. However, we seem to be unable to get the form to submit properly.
The error says, “Unable to Serve This Request. Site Temporarily Unavailable. Connection timed out – please try again.”
If we only use one of the forms and upload three images, everything works well.
On the upload boxes, the first one seems fine, but the additional ones say, “Your browser doesn’t have Flash, Silverlight, or HTML5 support.”
We have cleared the cache and exempted this page from caching with WP Rocket.
Any ideas? Thanks!
]]>I want to show the images (saved using Gravity Forms Advanced File Uploader) after submiting the gravity form so that user can edit them on editing page
Can you please tell me how can it be done?
]]>Hi!
I wan’t to use Terms of Service field with my form but I have following issue:
HTML Terms of Service text is not formated.
Possible to fix?
]]>Hello. I need to allow DCM (dicom medical image file) upload ability to Gravity Forms Advanced File Uploader. My server supports uploading .dcm files as the standard gravity forms uploader will allow me to do it. I added dcm to the list of allowed file types but it still rejected it.
I also tried updating moxie.js in the plugin files to add it in the list there. Eg:
“application/octet-stream,exe,” +
“image/dicom,dcm,image/x-dicom,dcm”;
But this also didnt help. Suggestions please.
]]>Not being able to get videos to youtube!
I already checked with hosting provider that iconv extension is installed and enabled.
Any clues what can be wrong?
Hi guys, i trying a lot to solve this.
My problem is the info of the uploaded file not appear in the entry form content.
Someone knows what can be?
]]>Hi
I’ve installed the great “Advanced Uploader” into my gravity form.
I’ve tried the uploader into the Add/make new profile page in the frontend and it works fine.
I’ve also seen that i find back my uploaded file into the MEDIA LIBRARY in the backend.
The problem is how do i made a connection that my uploaded file is also shown into my Buddypress profile on the frondend?
Do anyone have the same problem as me and what is the best solution?
Please let me know.
Kind regards Timo
I’m looking to check images exif data after the upload button is hit. I’m having trouble finding the right action to hook into.
]]>I’m working on a deployment script for our website which uses WP-CLI and Gravity Forms CLI.
Is it possible to import the JSON settings via a CLI command? Is there another method that could be used to automate the import of the exported settings?
]]>Dear friends i would like to make a functionability where a guest can upload with his email a specific number of files per email. Attention! I dont want to restric the logged in user, i want to restrict the guest! Is it possible to achieve it with your plugin? Is there such an option for this?
]]>Hello,
when I go to setting -> Gravity Adv Uploader the system return me error 500 !
Could you please tell me how can I fix the error ???
Regards
John
]]>I am using this plugin since 2 months and the file uploads was working just fine until I moved my site to another domain on the same server. Now the files are uploading but they are not showing anywhere, not in the media library nor in the gravity forms folder.
I have enabled the chunked uploads options with chunk size of 1mb.
Post max size on the server is 250MB lot more than the file i am uploading.
php Memory limit is 256MB
max execution time is 600
I don’t know why this is happening like I said it was working fine on the old domain.
Please help!!
Hi there,
does the maximum file size refer to the total amount of files uploaded or every single file uploaded together with other files?
Thanks
]]>Hi there,
How could I send the uploaded files to specific folders divided by gender and genre?
Thanks
]]>Is it possible to have the advanced file uploader as mandatory like a text field for example???
]]>How can I use this to display multiple images with the WordPress gallery, please?
]]>