Inline multiple uploading

This plugin doesn’t work with WP2.1. Please use the updated version.

I personally use my hacked version of inline-uploading.php to arrow me multiple file uploading, and I remade this as a plugin. This plugin just replace the original built-in upload form with the one with

  • multiple file uploading(by defailt up to 5 files)
  • and also ability to specify original and thumbnail size for each image files

mu.gif

As this was originaly made for my personal use, it’s only been tested on FF + Win2000. I’ll test on other browsers and on XP soon.

Download

Instration

  1. download file and extract.
  2. upload ‘inline-multiple-uploading’ folder to plugins folder
  3. activate

22 Responses to “Inline multiple uploading”  

  1. 1 kalico

    Hey this is a much needed plugin! I hope I can get it working. Right now,. I’ve got an error showing in place of the upload interface on the “edit post” area:

    Fatal error: Call to undefined function: add_filter() in /var/www/public_html/kalico2/virtualhosts/timelessword/wordpress/wp-content/plugins/inline-multiple-uploading.php on line 11

    any help? Thanks!

  2. 2 yoshi

    Hi kalicos,

    You need to place files under inline-multiple-uploading folder. not directory under the plugin/.

    Like this:

    plugins/
         inline-multiple-uploading/
                   inline-multiple-uploading.php
                   inline-uploading.php
    

    Hope it helps you.

  3. 3 Roman

    Nice?thanks! :) Wish there was a way to just select multiple images from the upload dialog, or drag-and-drop them. Well, one day…

  4. 4 Rajiv

    Thanks a lot for your plugin! Saves a lot of time for me :-D

    Btw, I was wondering if there was any way to change the quality of thumbnails. 240px thumbnails are 15-20 KB each, which is too big and takes too much time to load. Is there a way to decrease the quality of thumbnails?

  5. 5 yoshi

    Rajiv,

    in inline-multiple-uploading.php, near line 88, find

    if (!imagejpeg($thumbnail, $thumbpath, 95)) {

    The number ‘95′ is the quality of jpeg file. You can change it to any number between 0-100.

  6. 6 Mac

    scroll bar doesn’t show when using IE. Working in FF tho. Please help!

  7. 7 Tobias

    Hi

    (sorry for my poor English),

    is there a way to reduce the thumbnail high of max 128×96? aktually the width is 128px but the high is by my picture higher than 96px the original upload form reduce the high of 96px and the width of 128px help

  8. 8 Artioma

    Preved! Nice resourse! Kagdila? I’m medved

  9. 9 Alex

    Thankyou for the great plugin!

  10. 10 Maxwell

    Hey, great plug-in. I’m having ONE issue, though. When you’re “browsing” the photos after you upload them, they’ve still got the maximum width of 128px. Now, you can stretch them, yes, but that’s just another step. Is there a simple hack to change that? If so, I’d appreciate a quick e-mail. Thanks!

  11. 11 Brett Anderson

    This would be a great tool for me if the vertical scroll bar worked in IE. I can only see to upload the first file and cannot scroll down to click “Upload”. I’d be thrilled if that could be fixed for IE!

  12. 12 conpeo

    this plugin only support for WP2.0.4?

  13. 13 megu

    I’ve got problems with characters. When local Turkish characters are written as a description, the plugin cannot save them as UTF8 and shows ridicilous charecters instead of Turkish charecers. How can I fix it?

  14. 14 needHelpGuy

    Hello,

    Great plugin, it saves me a lot of time when doing posts with lots of images but I was wondering if it is posible to do this.

    Instead of been able to define a max-width I would like to define a max-height. How can I do that?

    Thanks!

  15. 15 megu

    Has anyone tried it on 2.1?

  16. 16 Stone

    I have this installed on a WP 2.1 site, and I doesn’t show up on the write/manage page. Anyone else having the same problem?

  17. 17 Lan-Anh

    It doesn’t work in WP 2.1 :(

  18. 18 the_dyke

    When I send it to the editor, it adds “height=96″ to the image tag, so it isn’t showing the thumbnail at the real size.

  19. 19 the_dyke

    These lines should be added in your function SendToEditor in the file “inline-uploading.php” to solve the problem (it seems to be IE related):

    h = h.replace(new RegExp(’=([^\'"][^ >]+)’, ‘gi’), ‘=”$1″‘); h = h.replace(new RegExp(’ (width|height)=”([0-9])+”‘, ‘gi’), ”);

    (These lines are from the WP2.1 code)

  20. 20 the_dyke

    It would be great if you make it WP2.1 compatible. Add a Paypal thingy so I can make a contributon. Great work so far.

  21. 21 z4x3r

    Please someone upgrade this plugin as to work in 2.1

    Its so valuable!!

  22. 22 Keith

    Hey Man!

    Great plugin. Can u email me solution for my problem. I want you plugin to resize my pics by width, not by biggest size. How can i do it? Thank you anyway!

    Regards!

Leave a Reply