23 comments found.
Hello, We are looking for a plugin to receive files of all types and sizes from our customers. the preview page doesn’t work demo demo no login is possible
Hello,
thank you for reporting. I’ve fixed the demo site!
Hi, I would like to know if your plugin can help me make this change. I have a site where you are asked to download a pdf (SCARICA ALLEGATO
and re-upload the completed form in the pdf or jpg (CARICA ALLEGATO
. Currently the pdf download is in the standard block site section while the upload (pdf or jpg) is in another section but within the woocommerce.
I wish this was all in woocommerce checkout.
I would like to be able to make graphic changes and put everything in a single block such as on the test page at the bottom of the page.
Thanks for your attention.
Nothing is visible where I have pasted the shortcode
Without any further clue, it is quite hard to determine the cause and suggest a solution. Make sure there isn’t any 3rd party plugin interfering. Try giving a look to the browser error console and see if any error is reported.
Try also enabling the WordPress debug mode and debug log (https://wordpress.org/documentation/article/debugging-in-wordpress/ ), perform a test, and see if in the debug.log (located in the wp-content folder) are reported more clues.
I’ve done all the updates and deactivated the plugins but unfortunately I can’t get your plugin with the shortcode to appear..
- your email address
- full admin access to the wp-admin area
- FTP access
- a detailed step by step guide on how to experience the issue
I can perform some further tests to see if it is possible to determine the cause.
NOTE: all the requested points are mandatory, do not forget to report any of them.
Thank you for your collaboration.
is it possible to display the uploaded files in the users end? this will be very useful in the members area where users will upload their homeworks
Yes, upload fields are displayed in the user end. Just create an upload field via the backend and then paste the shortcode in the frontend page you need: https://nimb.ws/Dt0jlo
why not make this a wordpress based file sharinng plugin, and add necessary features. you will make thousands of sales. none like it existing now. And this is already good foundation, it will work with any theme and since it’s wordpress, it can be customized fully.
Hi,
what do you mean for “bsed file sharing” plugin? If you provide more info I can try working in that direction.
Make this with the plugin, but WordPress based. The first of it’s kind not just on envato, on the internet.
https://codecanyon.net/item/filebob-file-sharing-and-storage-platform/30356232Thank you for letting me know.
I will be your first customer once done.
You won’t need to include file storage of anykind, WordPress already has plugins for almost everything. You will stand out. Give it a shot brother. It will be worth it.
I thought this plugin would be an add on to my contact form 7 plugin. is it possible to receive a refund? I purchased this less than 30 minutes ago.
I’m sorry, the envato refund policy won’t grant a refund because the plugin hasn’t a feature that never claimed to have.
Refund can be eventually granted only if you have not downloaded the software.
I can’t use the plugin at all… and literally purchased it less than a hour ago
Pre-sale question. Do the uploaded images go to my email?
There is an option (while configuring the upload field) that allows you to receive a notification (and eventually the files) when the upload is completed: https://nimb.ws/hu6MgL
1. In your example site uploader doesn’t have a button “Choose file” whilst the installed on my site plugin has. 2. When using site in http, not https files are not uploading on iPhone at all, on Android and Chrome you have to select twice. I’m using only Woocommerce plugin and plain WP, no other plugins.
- If you are experiencing this only on your site, it means that something is interfering. Make sure there isn’t any CSS interference caused by another 3rd party plugin or by the theme as well
- Make you have carefully read the compatibility paragraph on the plugin page. The software requires a fully HTML5-compliant browser in order to work properly. The plugin doesn’t make any distinction between the HTTP protocol used. This kind of issue is more likely to depend on the server. It is highly likely that it is blocking requests performed by the normal HTTP protocol for security reasons.
Doesn’t Work. Period. I have spent too much time – files are nor appearing under the Upload when selected: https://feel-better.org/upload-video/
In particular – big files, video files.
From my tests, the files after have been selected, appear: https://nimb.ws/7ARGBJ
The upload process seems also to work:- uploading: https://www.dropbox.com/s/q6oshw6e4l9tydp/wpufe_step_1.jpg?dl=0
- upload completed: https://nimb.ws/mOtKJT
- Your theme is generating an interference, preventing the upload file button to be properly displayed: https://nimb.ws/M2kwZX
- Please update to the latest 2.4 version, I’ve tried to implement an improvement that tries to avoid that interference (once update, remember to purge your cache)
Open Android (or iPhone), try to select a video file more than 100 mb in size – it is not attaching. Should I make a screenshot video to show an issue?
I found the problem, it was that I have specified file size <20mb, some videos were less therefore no error message were displayed for the user that file is in incorrect size, plugin just didn’t accept file. Also I have found another issues/lack of features: Input field display order is not changeable, also when you have input fields, and press Add New at the bottom, it creates a form with the same name and Save don’t work.
- https://www.dropbox.com/s/odh7d7t6ym7mzpk/Screenshot_2023-06-22-08-20-49-29_40deb401b9ffe8e1df2f1cc5ba480b12.jpg?dl=0
- https://www.dropbox.com/s/hhba5vmf72wdf0i/Screenshot_2023-06-22-08-02-11-17_40deb401b9ffe8e1df2f1cc5ba480b12.jpg?dl=0
Regarding the creation and the sorting, thank you for reporting. Please update to the latest 2.5 version. The creating is now fixed and now you can drag to sort the fields.
In my site I have removed 20 mb min limit, therefore if you want to replicate an issue that no error message is displayed for the user when file is incorrect, redo situation on your test site. Thank you.
Thank you for reporting the scenario. I’ve performed a quick test, but the message seems to be properly displayed: https://www.dropbox.com/s/gw8bynlsny391tn/wpufa_test.jpg?dl=0
If you notice something wrong, let me eventually know. I’ll try performing some further tests meanwhile. Thank you.
hi: what is max size of file to upload? 1GB? Does this overwrite php settings? will it accept mp4?
Hi,
there isn’t any limitation of the files you can upload. You can eventually specify via the options menu (if you need to ).
The plugin doesn’t overwrite any PHP setting. It split the file in chuncks, so it is able to upload any file size.
It accepts any file type.
Hi,
Great plugin.
I woul dlike to upload my files to
/wp-content/uploadedpdf/
I have seen in this support I should do this:
You can give a look at the Upload.php component defined in the classes\com folder.
The files are copied into the final folder at line 132, by invoking the move_file_after_upload() method.
That method is defined in the File.php component (you find in the classes\com) at line 123. You could pass to that function the parameter you need and then change the folder path defined at line 126.
I can’t get it to work for me, can you give me any other hel please so all file uploaded go to /wp-content/uploadedpdf/
Thank you, Shaun
you have just to replace the $sub_path value with ”/uploadedpdf/”:
$sub_path = "/uploadedpdf/";To avoid altering the code, you can update to the latest 2.3 plugin version. I’ve added a filter that allows you to modify that path without the need of altering the code, it can be used in the following way:
add_filter('wpufa_storage_folder_name', 'wpufa_alter_folder_name', 10,2)
function wpufa_alter_folder_name($path, $upload_id)
{
return "/uploadedpdf/";
}
Thank you very much.
I have just uploaded to 2.3
Sorry, but where do I place the filter code? I can’t seem to find where that should be placed.
Thank you
You can place it in the functions.php file you find inside the theme folder: https://www.wpbeginner.com/glossary/functions-php/
Thank you V much.
No problem!
At last but not least, I would ask you to help me: If you enjoyed my efforts to assist you please consider leaving the 5 stars…It would help me with sales, I would really appreciate it! 
(to leave a rating: go to your profile page, click on “Downloads” and from there you can rate your purchases.
You can also leave the rating through the plugin description page: https://www.dropbox.com/s/v6zaoe0p6cs4x2o/rating.png?dl=0 )
Have a great day!
Sure thing.
Thanks!
Buenas tardes cuando se intenta subir varios archivos, lo tenemos que hacer dos veces seguidas para que funcione. No se adjuntan.
Please post question in english.
I find your answer embarrassing, since it is as easy as taking the text and entering it into Google Translate.
Good afternoon when trying to upload several files, we have to do it twice in a row to make it work. They are not attached.
You already have it in English….
Questions must be posted in English because the communication must be performed entirely in English. It is not enough to just translate the text via a translator. It is mandatory that you (or someone for you) can understand the answers posted as a reply to your request.
Regarding the issue, the key is to find the cause of the malfunction. it might depend on two causes: a plugin issue or a 3rd party interference (like an interfering plugin or a server issue).
In order to exclude the latter, please use the following clean installation of the plugin: https://codecanyondemo.work/wpufa/ (user: demo, pass: demo) to recreate your scenario and report to me if you are experiencing the issue. If so, please report me with a step-by-step guide on how to experience it. Thank you for your collaboration.
is possible to upload in a specific folder? almost take the folder from the page title? iis possibile to customize it?
HI,.
I’m sorry, it is not possible. Once purchased, however, I can tell you which is the function that manages the file storage. So you can eventually modify according to your needs.
Hi, i created different upload fields with different ids. I duplicated every field and your plugin created a new field with a new id. Some days ago i changed the domain name and your plugin doesnt work anymore. Everytime i try to create or duplicate a field, the field get the id 0, this field exist already. Also the “show option” button doesnt work anymore. Hope you can help.
Hi,
I’m sorry but without any further clue it is quite hard to determine the cause.
could you try to delete the existing fields and recreate from scratch to see if you still experience the issue?
If so, try deleting the plugin and reinstall it (you won’t lose any setting) to see if you still experience the issue?
If you send me via private message (click on my name and then use the low-right box) the following data:- your email address
- full admin access to the wp-admin area
- FTP access
- a detailed step by step guide on how to experience the issue
Hi,
i have following issue:
- I click on the upload field, and choose a file (“Pic1.jpg”), the thumbnail is shown
- Now i click on the “x” to remove the file, the thumbnail disappears —> all good
- I click on the upload field again, and choose the same file as before (“Pic1.jpg”), but it will not accept it, no thumbnail is shown
Would be great if you could chek that.
Thanks
Thank you for reporting. It seems that the issue was affecting only Chrome.
Please update to the latest 2.0 I’ve just released!
You can manually download the new version via CodeCanyon or receive an automatic update by installing and configuring the Envato updater plugin: https://goo.gl/pkJS33 (here is the guide that explains how to configure: https://envato.com/market-plugin/ ). To manually update: deactivate, delete the old plugin and just install the new one! Don’t worry, you won’t lose any data! 
I hope you enjoy!
Thanks again for the prompt solution 
No problem, you’re welcome! 
At last but not least, I would ask you to help me: If you enjoyed my efforts to assist you and/or my plugin please consider leaving the 5 stars…It would help me with sales, I would really appreciate it! 
(to leave a rating: go to your profile page, click on “Downloads” and from there you can rate your purchases.
You can also leave the rating through the plugin description page: https://www.dropbox.com/s/v6zaoe0p6cs4x2o/rating.png?dl=0 )
Have a great day! 
Hi, could you please provide me a solution on how to change the upload folder path? Would like to create a folder for each upload. The folder name should be the name or ID of a text field. Would be great if you could point me in the right direction.
Thanks
Hi,
You can give a look at the Upload.php component defined in the classes\com folder.
The files are copied into the final folder at line 132, by invoking the move_file_after_upload() method.
That method is defined in the File.php component (you find in the classes\com) at line 123. You could pass to that function the parameter you need and then change the folder path defined at line 126.
The posted input field data can be retrieved by accessing the $_POST[“input_fields”]. In the Upload.php, at line 134 you find the code that manages the save of those values into the upload metadata.
Thank you for your support 
Hi
Is it possible to make ajustments so that I can get the uploaded file id after upload?
Is it possible to put the uploaded files into the media library?
Hi!
I’m sorry, the plugin is not designed to upload the files into the media gallery and so there isn’t an easy way to do achieve that 
Regarding getting the id after the upload, I’m sorry, I’m not sure to understand you scenario
Could you provide a more detailed description (with some screens)? Thank you!
It’s okay, I am able to make adjustments myself without changing the plugin files. What I want is an upload field on a custom post type single page. The post should contain a “gallery” of uploaded files, therefore I would like to save the file ID’s to the postmeta connected to the post, so it’s easier to find the files.
I like your plugin, so I will just add some code to my childtheme to make it happen 
Ok, clear. For that please try updating to the latest 1.9 version I’ve just released.
Now the plugin triggers an action every time an upload is performed. You can hook to it using the following code:
add_action('wpufa_upload_performed', 'your_function_name', 10, 3):
function your_function_name($upload_id, $upload_field_id, $uploaded_files, $upload_fields_data)
{
}
the $upload_field_id is the id of the upload field (https://nimb.ws/L4GpyH ) you can use to check if the just performed upload is associated with the upload field you wish. the $upload_id is instead the id of the upload that has been just been performed. That id refers to the wpufa_upload custom post type the plugin creates to keep track of an upload (the ones you can access via the All uploads page: https://nimb.ws/P40lRu ). That custom post contains the references to the uploaded files and the input field data.
The $uploaded_files and $upload_fields_data are arrays that contain the data of the files (paths) and of the input fields (those references are stored in the wpufa_upload custom post metadata).
For your solution, every time an upload is performed, you might just store the $upload_id into your custom post metadata.
To retrieve then the files and display them, you can use the following snippet, for each existing $upload_id you stored in your custom post metadata:global $wpufa_upload_model; $files_data = $wpufa_upload_model->get_meta($upload_id, "_uploaded_files_data"); $upload_dir = wp_upload_dir(); foreach($files_data as $file_data): ?> <img src="<?php echo $upload_dir['baseurl'].$file_data['rel_path'].$file_data['name']; ?>" /> <?php
I hope this helps!
Fantastic! Great response! It works really great! Thank you!
Glad to hear that! 
At last but not least, I would ask you to help me: If you enjoyed my efforts to assist you and/or my plugin please consider leaving the 5 stars…It would help me with sales, I would really appreciate it! 
(to leave a rating: go to your profile page, click on “Downloads” and from there you can rate your purchases.
You can also leave the rating through the plugin description page: https://www.dropbox.com/s/v6zaoe0p6cs4x2o/rating.png?dl=0 )
Have a great day! 
Hi again. I certainly will. I got some issues with translating the plugin with Loco translate. I hope this can be fixed in the next update 
Thank you 
You should eventually report that issue to its developer, unfortunately I cannot provide assistance for 3rd party plugins 
the plugin, however, ships with a .pot translation file named wordpress-upload-files-anywhere.pot (located in the language folder inside the plugin) that allows you to translate its string. You need to use a po editor (like https://poedit.net/ ), create a .po file for your language, translate the strings you need, and save. It will create a .mo file that you have to save back with the .mo file into the language folder
The .po and .mo files must be named as wordpress-upload-files-anywhere-it_IT.po and wordpress-upload-files-anywhere-it_IT.mo where it_IT is the language code for Italian, replace with the one for the language you need!
Hello!
I installed your form and it appears to be working on my Apple computer and browers but not PC chrome or Edge. Can you help? Here is the link to the page:
https://genh2hydrogen.com/careers/Thank you!!
Hi,
yes. Could you provide a more detailed description of what you mean that is not working on Chrome or edge?
Could you also report me a step by step guide on how to experience the issue? Thank you.
go check the following link in multiple browsers and you tell me if your form shows up? You’ll see the upload panel in some browsers and not others.
I’m sorry, but I do not see the upload panel in any browser. As you can test in the following demo site, the upload area is properly rendered in any browser: https://codecanyondemo.work/wpufa/
So in your installation, the issue might not depend on the plugin. Infract, if I analyze the page source code looking for the wpufa_main_container element, I find none: https://www.dropbox.com/s/od2oq1dpqz4w7sa/wpufa_html.jpg?dl=0
It seems like that you did not insert any shortcode on the page or you inserted a shortcode inserting an id of a non-existing upload area. could it be possible?
If you send me via private message (click on my name and then use the low-right box) the following data:- your email address
- full admin access to the wp-admin area
- FTP access
I can try performing some further tests to see if it is possible to determine the cause of the issue. Thank you!
Plugin not activating. Says purchase code not valid…
LICENSE CERTIFICATE : Envato Market Item
This document certifies the purchase of: ONE REGULAR LICENSE as defined in the standard terms and conditions on Envato Market.
Licensor’s Author Username: vanquish
Licensee: Doug White Creative, LLC.
Item Title: WordPress Upload Files Anywhere
Item URL: https://codecanyon.net/item/wordpress-upload-files-anywhere/33138952Item ID: 33138952
Item Purchase Code: 87546188-8e69-481a-9ba0-ef7dd2bc5a75
Purchase Date: 2021-10-30 13:39:04 UTC
For any queries related to this document or license please contact Help Team via https://help.market.envato.com
Envato Pty. Ltd. (ABN 11 119 159 741) PO Box 16122, Collins Street West, VIC 8007, Australia
==== THIS IS NOT A TAX RECEIPT OR INVOICE ====
From my tests, it the activation system works with that activation code: https://www.dropbox.com/s/cl1wmefqwyrfuoe/wpufa_activation.jpg?dl=0
Furthemore, from the activation database, it seems you have succesfully activated the plugin for the genh2hydrogen domain.
To avoid any issue, please make sure you are using a fully HTML5 compliant browser (like Chrome or Firefox) and that there are no 3rd party plugins interfering.
Hi, i need required checkbox as input field? Do u have a code which i can use?
Hi,
please update the plugin to the latest 1.5 version! I’ve just added that new kind of input field!
You can manually download the new version via CodeCanyon or receive an automatic update by installing and configuring the Envato updater plugin: https://goo.gl/pkJS33 (here is the guide that explains how to configure: https://envato.com/market-plugin/ ).
To manually update: deactivate, delete the old plugin and just install the new one! Don’t worry, you won’t lose any data! 
I hope you enjoy it… if so, please consider leaving the 5 stars…It would help me with sales, I would really appreciate it! 
(to leave a rating: go to your profile page, click on “Downloads” and from there you can rate your purchases.
You can also leave the rating through the plugin description page: https://www.dropbox.com/s/v6zaoe0p6cs4x2o/rating.png?dl=0 )
Wow, thank you. That was fast. There are just two bugs. The checkbox has to be mandatory but the user can be upload files although he has not selected the checkbox. Second bug is on the description field. Your wrote that HTML code is permitted but it didnt work. Could check that please? P.S.: Be sure i will leave later a rating, you making a great job 
You’re welcome!
Thank you for reporting the issue, I’ve just released the 1.6 that fixes the field description issue.
Regarding the mandatory, I’m not able to recreate the issue. I’ve also performed a test on the demo site (https://www.codecanyon.eu/wpufa/ ) and it seems working as expected.
Please try purging your cache (browser and eventually server) and re-perform a test. If the issue still persists, please try recreating your scenario on the demo site. https://www.codecanyon.eu/wpufa/ (user: demo, pass: demo) and report to me how to experience the issue! Thank you!
Thank you, working fine now. In fact it was a cache problem.
Glad to hear that! 
Hi, is it possible to a add a “duplicate” function (admin area) for a created field? So i don’t have to set all options again and again for every new created field. Would be very useful 
Hi,
thank you for your suggestion! I’ve added that feature in the new 1.7 that I’ve just releaased!
Note: to duplicate a field properly, you need to save it before! So if you just create a new one (or modify an existing one), you need to save it before you can properly duplicate it!
I hope you enjoy!
Super, thanks again. Works great!
Hi, i have 74 different upload fields and can´t create more. The plugin shows me the message that the new field is created but i can’t see it in my list? do u have any solution?
Yes, that issue usually depends on a server issue. It seems you have a low value of the max_input_vars PHP setting. If that values is not properly configured, the server wont save all the posted data you post when saving a page.
You need to edit the PHP.ini (or via the web hosting configuration panel) and raise to a value that allows you to save all the posted values you input when saving the fields!
Usually it should be 10000, but you can save as high you wish according to your needs!
Ok, thank you. Everything is working fine now.
Installed plugin and it does not work in google chrome on mac and pc. I tried all file types and it goes to 100% then starts showing random -%’s.
https://heartlandsigns.ca/newheart/upload-files/I tried a 57mb adobe illustrator file in firefox and it worked but no file type is working in google chrome.
I should not I have the following file types set: jpg,jpeg,eps,ai,pdf,png,gif.
Hi,
thank you for reporting the issue. I’ve performed some investigation and the issue was not related specifically to chrome but to the fact if the user was logged or not.
Please update the plugin to the 1.3 version, it will fix the issue. Once updated, remember to purge the cache!
You can manually download the new version via CodeCanyon or receive an automatic update by installing and configuring the Envato updater plugin: https://goo.gl/pkJS33 (here is the guide that explains how to configure: https://envato.com/market-plugin/ ). To manually update: deactivate, delete the old plugin and just install the new one! Don’t worry, you won’t lose any data! 
Regarding the file type filter, it seems you are not properly configuring the option. From the code of your page, I see you input the extension without the dots: https://www.dropbox.com/s/ijmo7xti3slv5f6/wpufa_filter.jpg?dl=0 . In the configuration, you should instead input this string: .jpg,.jpeg,.eps,.ai,.pdf,.png,.gif
Please update and let me know if it is ok!
Getting closer. It now goes to 100% then sits there.
https://heartlandsigns.ca/newheart/upload-files/I have no caching modules enabled and I completely cleared browser cache.
Sorry for the inconvenience, please update to the 1.4 that I’ve just released! It should be available to download in few minutes!
Sweet, it works now! Thanks for your help and quick response time.
yeah, glad to hear that! 
At last but not least, I would ask you to help me: If you enjoyed my efforts to assist you please consider leaving the 5 stars…It would help me with sales, I would reeeeeeeally appreciate it! 
(to leave a rating: go to your profile page, click on “Downloads” and from there you can rate your purchases.
You can also leave the rating through the plugin description page: https://www.dropbox.com/s/v6zaoe0p6cs4x2o/rating.png?dl=0 )
Have a great day!