-
Created a topic, How to handle a completely custom product, on the site WordPress.org Forums:
I really need help with how to approach handling a pro… -
Created a topic, Tablepress WordPress filters, on the site WordPress.org Forums:
Are there Wordpress filters that fire up when a row is… -
Posted a reply to 2 Instances on 1 page, on the site WordPress.org Forums:
Note that the Wordpress shortcode [wordpress_file_upload] creates a form. -
Posted a reply to 2 Instances on 1 page, on the site WordPress.org Forums:
The process is now a standard PHP form submission that is processed by a PHP… -
Posted a reply to 2 Instances on 1 page, on the site WordPress.org Forums:
When the File 2 upload is done control again passes though filter wfu_after_upload_handler($changable_data, $additional_data);As for… -
Posted a reply to 2 Instances on 1 page, on the site WordPress.org Forums:
wp-file-upload employs asynchronous AJAX methods, so there is no way outside of the wp-file-upload plugin… -
Posted a reply to 2 Instances on 1 page, on the site WordPress.org Forums:
I am using the plugin wp-file-upload, and I have made the "Upload" button on the… -
Posted a reply to 2 Instances on 1 page, on the site WordPress.org Forums:
This might take a while. There will be several replies in sequence. To recap, the… -
Posted a reply to 2 Instances on 1 page, on the site WordPress.org Forums:
Hi nick: Thanks for the hint. I did know this from your documentation and I… -
Posted a reply to Detect upload status in javascript, on the site WordPress.org Forums:
I'm still struggling; I think it's ignorance. I have installed the filter mentioned above, but… -
Posted a reply to Two instances of wp-file-upload causing redirects, on the site WordPress.org Forums:
I have worked around the problem by using user attributes in wfu form 1, leaving… -
Created a topic, Two instances of wp-file-upload causing redirects, on the site WordPress.org Forums:
My challenge is to upload a matched pair of files and … -
Posted a reply to Detect upload status in javascript, on the site WordPress.org Forums:
Thanks. I will try this. -
Created a topic, Detect upload status in javascript, on the site WordPress.org Forums:
I am using wfu in an admin page to upload files. The p…