Glen Don Mongaya
Forum Replies Created
-
Thanks @musti1983 I’m using an iphone mobile device and I was able to choose photo gallery, camera and existing files. (as you can see here- https://drive.google.com/file/d/1WEYXiCR-2_oX4FG5t7zzoe3s838pehtq/view)
May I know what mobile you are using and provide a screenshots of the difference in contact form 7 default upload & my plugin?
I will also make some testing on my end to see if there’s any difference.
Thank you.
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for WooCommerce] Files as attachments?Hello @danfelbm ,
Currently our plugin doesn’t support file attachments but we’re planning to add this feature in the future release.
Thanks.
Glen
Hello @musti1983
Can you please provide a link to your site?
And also, did you add the file-types in your [mfile] shortcode. (FAQ)
Glen
Hello @slavabrain98 m
For pro version support open ticket here – codedropz.com/support.
As this forum is only for the free version.
Thanks.
Glen
Thanks @arjean, I didn’t realize that the current version doesn’t have a release number on the package.
I will check on this, but I have no idea how to do it since WordPress generates the zip package automatically.
If you want to rollback to previous version, you can visit to this page – https://ww.wp.xz.cn/plugins/drag-and-drop-multiple-file-upload-contact-form-7/advanced/ here you can download specific version you want it also has a release version number.
Screenshot: https://ibb.co/RzQGB5N
Glen
Hi @slavabrain98,
I tried today but it seems working now, you check the video on the link below.
https://drive.google.com/file/d/1vmo5STlJxA3kFrouToJ9X4rW3lNmYw2A/view?usp=sharing
Right now, I don’t have any idea about the issue, maybe it’s related to the network or something.
Glen
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for WooCommerce] Request URI too longReceived thanks.
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for WooCommerce] Request URI too longHi @mutuh,
My apology for the issue.
May I know if you are using free or premium version?
If it’s pro, please open support here codedropz.com/support and include the screenshot of the issue.
Thanks.
@slavabrain98 yes, could you please provide a link to your site?
And also, include a screenshot of the active plugins?
Thanks @slavabrain98 for the video.
My observation is that the file is about 9MB and the progress bar reaches 100% quickly even thought the upload is in still progress for this size it should take 50-60 seconds to complete or so, that’s why the order button is disabled.
May I know if you are using free or pro version?
@slavabrain98, as mentioned in previous thread.
The button should not be disabled for long; it only disables for 4-5 seconds after the upload.
Can you please create a video or demonstration about the issue? so I can assist further?
Glen
Hello @slavabrain98,
It’s a wrong plugin, this thread is for contact form 7 not for WooCommerce.
You can open new topic here – https://ww.wp.xz.cn/plugins/drag-and-drop-multiple-file-upload-for-woocommerce/
It’s very unusual that it takes 40-60 once the progress bar reaches to 100% it will enable between 3-5 seconds.
I tried in your site and it only takes 1-2 seconds, do you have a video for this issue?
The uploader is not working because it is being loaded in the popup, you will need to initialize the uploader once the popup is open.
You can try this JavaScript code and add it somewhere in your theme or, if you have a plugin snippet feature, insert it there.
jQuery( document ).on( 'elementor/popup/show', () => { jQuery('.codedropz-upload-handler').remove(); jQuery('input[data-name="Resume"]').unwrap(); window.initDragDrop(); } );Please let me know.
Also, just to give you an overview of what our plugin does.
If user upload the file it will disabled the submit button to prevent the submission while the upload is in progress.
We only remove the disabled attribute if acceptance is optional, checked or form has wpcf7-acceptance-as-validation class.
When you create an acceptance field in Contact Form 7, the submit button will be disabled by default, as you can see here: https://contactform7.com/acceptance-checkbox/. Enabling it after the upload defeats the purpose of CF7, which disables it initially.
I decided not to enabled the submit button (if not meet on condition above) once the upload is complete so it doesn’t override the default functionality of cf7.
You can try and deactivate our plugin then go to your form, you will not able to click the button if you didn’t check the acceptance field.
This feature or functionality, ‘Disable the Button to Prevent Duplicate Submissions’ is not related to the upload process. It serves as a preventative measure when a user has already submitted the form. Upon submission, the form is checked to see if it’s currently submitted. If true, the [submit_button] is disabled. This precaution is taken because some users may click the submit button multiple times, resulting in duplicate entries being received in your email.
I hope this will help let me know if you have any question.
Glen