Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Forum: Plugins
    In reply to: My Upload Manager

    That would be a very nice mod, unfortunately I don’t have time to develop it. I’ll continue using an ftp client until someone will develop a multiple upload page! ??

    Forum: Plugins
    In reply to: My Upload Manager

    Sorry but I didn’t have any header warning… Does my version solved your problem anyway? In my modified version I’ve also changed the upload path because the old one was not compatible with my server
    (upload_path = get_settings(‘fileupload_realpath’).”/”;
    instead of
    $upload_path = get_settings(‘fileupload_realpath’).”\\”;)

    Forum: Plugins
    In reply to: My Upload Manager

    I have tried your upload-manager but I have experienced some problems with parameters reading (it didn’t catch the paramaters like ‘delete_all’, ‘confirm’ etc). I’m not a php coder but I’ve made some changes to solve this problem (I’ve just used ‘$_GET’ method to read parameters) and I’ve also added a link to the listed files in the visualisation. I don’t know if it can be useful but you can find the my modified versionhere.
    P.S. My server is based on Ubuntu Linux.

Viewing 3 replies - 1 through 3 (of 3 total)