Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#76 2011-03-02 18:43:20
- qp2wd
- Member
- Registered: 2011-01-11
- Posts: 24
Re: jbx_multiple_image_upload
Thanks! I guess I’ll upload the site to a testing server and upload the images from there. I wish there was a way to get it working on localhost, though.
Offline
Re: jbx_multiple_image_upload
I’m getting HTTP Error when trying to use this plugin to upload images.
Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker
Offline
#78 2011-04-10 09:41:55
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: jbx_multiple_image_upload
I use this plugin with smd_thumbnail.
With the standard one image upload, smd_thumbnail generate all the active thumbnails for the uploaded image.
Is it possible to do the same (automatic smd_thumbnail creation) with multiple image upload ?
Offline
Re: jbx_multiple_image_upload
jpdupont wrote:
Is it possible to do the same (automatic smd_thumbnail creation) with multiple image upload ?
Not yet. I sent a note to Jonas a few weeks ago asking about the possibility of adding a couple of callbacks (among other little things) to this plugin to allow it to integrate more easily with a few other plugins. One of those was smd_thumbnail. The other is another (as yet) unreleased smd_ plugin that would probably blow the doors off article image handling in TXP. But it needs Jonas’ help to work. I’m still waiting for a reply so I guess he’s busy.
The smd plugin menagerie — for when you need one more gribble of power from Textpattern. Bleeding-edge code available on GitHub.
Hire Txp Builders – finely-crafted code, design and Txp
Offline
Re: jbx_multiple_image_upload
Just a heads up, but if this plugin has been working, then suddenly gives errors when processing, empty your /images/upload/tmp directory.
This has happened twice to me, both times with images which begin with a “_” – so “_IMG34234.jpg”
It probably could be fixed in the code… I looked – way too advanced for me :(
Offline
Re: jbx_multiple_image_upload
I have got a really bizarre problem with this plugin at the moment.
I have just had to move servers due to the old one dying, configuration is identical. I go to upload multiple images, enter a new category, press upload… everything seems to be working, the upload bars go to 100%, the page refreshes after 3 secs, but nothing is created or uploaded, but no errors are given either, so I have absolutely nothing to go on regarding debug.
I am in talks with the server guys at the moment, but just thought I’d ask here to see if anyone has any ideas
Offline
#82 2011-09-14 15:36:57
- gfdesign
- Member

- From: Argentina
- Registered: 2009-04-20
- Posts: 401
Re: jbx_multiple_image_upload
I’m getting HTTP Error in my customer´s hosting when trying to use this plugin to upload images too (like MattD)
I run the TXP diagnostic tool, but everything is fine.
In other host accounts, it works well
I suspect is from server side.
Could anyone give an idea ?
Thanks from Argentina
Offline
Re: jbx_multiple_image_upload
At those experiencing the HTTP Error (MattD, gfdesign):
Putting the following lines into the .htaccess has fixed this issue for me…
SecFilterEngine Off
SecFilterScanPOST Off
Offline
#84 2011-12-12 12:14:39
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: jbx_multiple_image_upload
My client an I, we have Security error on each image when uploading with IE (IE9 on WIN7). No error with FF or Chrome.
Any idea ?
Offline
#85 2011-12-12 12:25:58
- gfdesign
- Member

- From: Argentina
- Registered: 2009-04-20
- Posts: 401
Re: jbx_multiple_image_upload
I could fix it, putting permission 755 (or better 644) instead of 777, into ´images´ folder.
I expect it helps you.
Regards
Offline
#86 2011-12-12 12:33:26
- jpdupont
- Member
- Registered: 2004-10-01
- Posts: 752
Re: jbx_multiple_image_upload
Thanks gfdesign,
I just try, but don’t work. On my hosting (infomaniak.ch), I get errors if permissions are not set to 777 : error message = image folder is not writable …
Offline
Re: jbx_multiple_image_upload
Any news on getting this to work automatically with smd_thumbnail?
An early Christmas present perhaps?
:)
Offline
#88 2012-03-09 03:15:10
- Rimfya
- Member
- Registered: 2007-11-22
- Posts: 31
Re: jbx_multiple_image_upload
Can I change the default thumbnail size?
Offline
Re: jbx_multiple_image_upload
Rimfya, yes
Go to Extensions —> Multiple Upload
There you have 2 settings which you can alter Thumbnail width & Thumbnail height
Offline
Re: jbx_multiple_image_upload
Me too having HTTP Error,
tried to put SecFilterEngine and SecFilterScanPOST off (at the end of root .htaccess) but the server returned 500 Internal server error…
Offline