Glen Don Mongaya
Forum Replies Created
-
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] File upload errorThanks for letting me know with all the info.
It’s weird we’re my plugin and standard cf7 file upload are almost the same process and use function move_uploaded_file function.
Can you compare the wpcf7_uploads and wp_dndcf7_uploads folder if it’s has the same number permission?
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] File upload errorThanks for letting me know.
Can you add this code to debug above the is_uploaded_file condition? https://prnt.sc/pt-maCDY9APw
var_dump( is_uploaded_file( $file['tmp_name'] ) )if ( ! is_uploaded_file( $file[‘tmp_name’] ) ) {
And also this code above move_upload_file condition this. https://prnt.sc/UOAgSUdfAxyf
var_dump( move_uploaded_file( $file['tmp_name'], $new_file ) );if ( false === move_uploaded_file( $file[‘tmp_name’], $new_file ) ) {
Please let me know the result.
Thanks.
Hello @strobagmedia ,
Thanks for reaching out.
Currently, our free version of the plugin is not integrated yet with Polylang and WPML only our PRO version, but it’s on our list and will add compatibility soon.
However you can translate our plugin text/string using this plugin – Loco Translate
Please let me know if you have any question.
Glen
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] File upload errorHello @yzhak ,
Thanks for reaching out, can you check and see if the folder “/wp-content/uploads/wp_dndcf7_uploads” is writable or exists?
The error is related to the file.php under /contact-form-7/includes/file.php, in this function wpcf7_file_messages.
So I’m not sure why it’s showing in my plugin.
Can you provide a link to your site where the form was added?
Thanks,
GlenHello @kishan12 ,
For pro version inquiry you may reach us to our email [email protected]
When you use the pro version of our plugin you can use both free and pro dropbox account.
Glen
Hi @wittich ,
Yes, I completely agree we will add this to our lists so we can include in the future release/updates.
For now you may change the message in the plugin settings under “Contact -> Drag & Drop Upload”.
Pleas let me know.
Glen
Hello @yellowlettershop ,
I believe the “Edit Options” is part from other plugin “Extra Product Option for WooCommerce” as default WooCommerce doesn’t allow editing cart.
Our plugin has a limitation you cannot edit/replace uploaded files from the cart and we haven’t had a chance to check or added compatibility on the said add-on. (It’s very basic drag & drop file upload for WooCommerce)
I think the Product Option plugin have an option to add upload field from their settings.
In summary it’s compatibility issue our plugin and extra product option doesn’t work together, as our plugin only to allow upload (after adding to cart) but the other plugin has the ability to update and it’s beyond our control.
Please let me know if you have any other question.
Forum: Reviews
In reply to: [Drag and Drop Multiple File Upload for WooCommerce] Simple et efficaceThank you @olybop really appreciate it 🙂
Hello @hetaweb ,
Are you using free or pro version?
For pro version email me [email protected] or open support ticket here codedropz.com/support.
Please provide necessary screenshots like “Contact -> Drag & Drop Upload->Pro Features, Form and Mail” tab settings.
Glen
Hi @tmivdesign
Thanks, I can replicate the issue on my Iphone also.
Can you try below?
- If you are using a plugin to minify the js file try to exclude this file. (codedropz-uploader-min.js & codedropz-uploader-jquery.js)
- After that clear your cache.
- If the issue still occur, try to use the jQuery option under Contact -> Drag & Drop Upload-> Enable jQuery.
You may also try activate/deactivate any plugin that’s related to contact form 7.
Lastly, copy the site info for debugging purposes by going to “Tools->Site Health->Info” then click “Copy site info to clipboard”.
Thanks, please let me know.
Hi @tmivdesign ,
Can you please provide a screenshot.
I checked the site and tested it on different mobile screens in Chrome, and it only displays one drag & drop upload. (see this – https://ibb.co/Thzkqwp)
Are you using the actual mobile?
Please let me know.
Fixed on latest version, will close this topic now.
Hi @ogmedia ,
For pro version you may contact directly through my email [email protected] or open support ticket via codedropz.com/support.
Thanks.
Hi @ogmedia ,
It’s a pro version you may directly contact to my email [email protected] or open support ticket here codedropz.com/support.
Thank You.
Thanks @anur1993, I can see it’s a bug but I’m trying to figure it out as I cannot replicate it on my end.
I’m currently using a Mac with the Chrome browser. I’ll try to find another computer with Windows and let you know.
Can you also try with another computer with different network?
It’s strange; this is the first time we’ve encountered this issue, and we haven’t had any similar reported before.
It would be great if someone on see this thread and help us to identify the cause of the issue.