File Uploader Input Helper 1.0.4 Stuck at 100% Completion
I have the latest version of Pods (1.8.9), along with the File Upload Input Helper (1.0.4) running on WordPress 3.0. I'm using the single file uploader and it keeps getting stuck at 100%. The file appears to upload, but then just seems to get stuck. I'm using this with Pods UI (0.6.8.4). Any ideas?

7 Answers
I also have the following in my .htaccess file, which solved this problem I had prior to upgrading to the latest version:
#BEGIN Image Upload HTTP Error Fix <IfModule mod_security.c> <Files async-upload.php> SecFilterEngine Off SecFilterScanPOST Off </Files> <Files xmlrpc.php> SecFilterInheritance Off </Files> <Files template.php> SecFilterEngine Off SecFilterScanPOST Off </Files> <Files misc.php> SecFilterEngine Off SecFilterScanPOST Off </Files> </IfModule> #END Image Upload HTTP Error Fix #BEGIN Image Upload HTTP Error Fix #2 <IfModule mod_security.c> <Files upload.php> SecFilterEngine Off SecFilterScanPOST Off </Files> </IfModule> <IfModule security_module> <Files upload.php> SecFilterEngine Off SecFilterScanPOST Off </Files> </IfModule> <IfModule security2_module> <Files upload.php> SecFilterEngine Off SecFilterScanPOST Off </Files> </IfModule> #END Image Upload HTTP Error Fix
I've the same problem. The url used to ajax upload has changed on the last version, you only need to update the helper to point to the new url:
upload_url: "<?php echo PODS_URL; ?>/ui/ajax/misc.php",
With this change is working fine to me.
I have this problem too and changing the url didnt seem to help. Running localhost. Anyone else have this problem?
Got it - edit line 138 of input_fields
Fixed in the latest version of this package.
Running 1.9.1. Still an issue for me and the URL did not need any changing. Any ideas?
Did you update to the latest version of this package?
