Support » Plugin: Add From Server » Integration with Custom Upload Dir ?

  • doriggidy

    (@doriggidy)


    I wanted to use these two plugins and came across this item

    Q:I am using your plugin with Add From Server plugin and it doesn’t work well together. I have set the build path to %post_id%. I am importing images with the Add From Server plugin and it doesn’t seem to upload by Post ID. It works fine with the normal media uploader but not with the Add From Server plugin. Can you make your plugin compatible with Add From Server plugin?

    A:Their plugin provides an alternative to the WordPress native function wp_handle_upload([…]).

    Their implementation lacks two crucial filter calls that is in the default implementation;
    wp_handle_upload_prefilter
    and
    wp_handle_upload

    They can pick these straight from includes\file.php -> function wp_handle_upload.

    Once they’re in, our plugins should be fully compatible. (as well as any other plugins using those two filters)

    http://wordpress.org/support/topic/does-not-work-well-with-add-from-server-plugin?replies=2

    Has anyone attempted this?…as I think these two plugins REALLY complement one another.

    http://wordpress.org/extend/plugins/add-from-server/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Integration with Custom Upload Dir ?’ is closed to new replies.