Glen Don Mongaya
Forum Replies Created
-
Or you can edit the plugin directly for debugging purposes.
In “drag-and-drop-multiple-file-upload-contact-form-7/inc/dnd-upload-cf7.php” go to function/hook “dnd_wpcf7_posted_data” and in line 209 or before return $posted_data add print_r($posted_data);
Like this:
print_r($posted_data);
return $posted_data;Then submit the form this will display all the posted_data including the file path.
Hello @prccp ,
Thanks for reaching out.
1. Can you please try and add this in your wp-config.php? this will display an array or info of the form submissions fields.
define(‘dnd_cf7_debug’, true);2. After that, add [upload-file-xxx] in your “Email -> Message body” (see below)
Files: [upload-file-xxx]
Please take note: replace [upload-file-xxx] with your current uploader name.After form submission Files, it will display file links and we can see the full url path to verify if it’s correct.
3. Then in the browser right click “inspect element” to to “Network” fill the form and upload a files, then hit submit/send.
In the network tab find “feedback” request and check for response. (see this for your reference)
Copy all info from the response and sent it to me here.Thanks for your help.
Glen
Hello @pauly10521 ,
Thanks for reaching out.
I tried in my end it seems working, could you please provide a test file and screenshot of the issue?
Also, if you can provide a link to your shop so I can take a look, that would be great.Regards,
GlenHello @tunedbyfiusa
Can you please provide a link to your shop where the issue occurs? so we can check.
Also, please include a plugin a screenshot of the plugins that are currently installed/active.
Thanks,
Glen@redspur sorry I was not able to reply this thread on time.
In regards to the issue, we have changed the dnd_cf7_auto_clean_dir script to run on scheduled cron.
Please update to the latest version and let me know if you still encounter an error.
Thanks.
Please update to latest version we have removed the cookie generation and use localstorage instead.
We have updated our plugin and decided to removed the cookie generation instead we’re using localstorage, can you check if it’s working in your end.
Please let me know so we can close this thread.
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for WooCommerce] Fil upload not foundHello,
Could you please provide a link to your site so I can check it out?
Please also check in the uploads folder and see if the files are there under: “wp-content/uploads/wc_drag-n-drop_uploads/order-{order_id}“Please let me know.
Glen
Hello @webcoderswpo ,
Thanks for reaching and for the detailed explanation.
I made a changes and moving from cookie to another solution
Can you try this version https://drive.google.com/file/d/10wLawMYKXb-nHFPmj8MwZRtkpfkxZcaf/view?usp=sharing and let me know how it goes.And for the cron I scheduled it to run hourly name “dnd_cf7_daily_event”.
Please let me know, thank for your help.
Glen
Forum: Plugins
In reply to: [Drag and Drop Multiple File Upload for Contact Form 7] How can i Fix?Hello,
Can you check the following.
- Provide a screenshot of your Media library max file size limit by going to dashboard -> add media.
- Screenshot of your “Contact -> Edit Contact -> Form” settings specially the [mfile] tag.
- If you have wordfence or any security plugin try to disable/enable it and see if it’s works, maybe there’s a firewall or security blocking the upload request.
Please let me know.
Glen
I’ve made a changes, kindly try the new version 1.3.9.6 and let me know if it is working on your end.
https://drive.google.com/file/d/1L5s8rJ6EsEZ4jyT7pEWpFtdrYRC7ncM0/view?usp=sharing
Also, in your other form make sure to check if there’s any “Files” inserted or added somewhere in your Mail body settings.
Hello @karlosuccess ,
I’m willing to fix and investigate the issue, could you reach out to my email [email protected].
Glen
Thanks form looks fine, can you check if you received my test email and please send it to me.
Glen
Could you please share the link to your site so we can check?