Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#61 2010-04-15 06:22:20
- Joey
- Member
- From: Netherlands
- Registered: 2005-01-19
- Posts: 257
Re: jbx_multiple_image_upload
Very nice plugin. Unfortunately, after uploading images, it says HTTP Error
for every image. Any clue?
Regards,
Joey
Offline
Re: jbx_multiple_image_upload
Any chance this plugin could be adapted to upload multiple images from the Write tab and add the image ID’s to the article image field automatically, as in lam_image_uploader?
Offline
Re: jbx_multiple_image_upload
Nicely done – uploadify works well in this scenario.
Any chance of making the category assignment a select box populated with existing image categories?
Input field is too error prone for multiple users – especially if you are creating galleries/slideshows based on image categories. Input option to “assign a new category” would be helpful though.
Last edited by renobird (2010-06-23 20:50:14)
Offline
#64 2010-06-24 02:41:49
- grundgesetz
- Plugin Author
- From: Germany
- Registered: 2009-04-17
- Posts: 24
Re: jbx_multiple_image_upload
aswihart wrote:
Any chance this plugin could be adapted to upload multiple images from the Write tab and add the image ID’s to the article image field automatically, as in lam_image_uploader?
Is not to be implemented right now.
renobird wrote:
Any chance of making the category assignment a select box populated with existing image categories?
Input field is too error prone for multiple users – especially if you are creating galleries/slideshows based on image categories. Input option to “assign a new category” would be helpful though.
Good idea! Will consider it for the next version.
As for the others, i have no clue why you get HTTP errors as i cant reproduce them, neither on my localhost nor on my webhost! If anyone´s got an idea, i would appreciae it.
Offline
Re: jbx_multiple_image_upload
grundgesetz wrote:
Good idea! Will consider it for the next version.
Jonas, Thanks! – I have one particular client that keeps asking me about it.
I might have to hack it together myself while I wait for the next version.
:)
Offline
Re: jbx_multiple_image_upload
Guess what?
Yea it working for me =)))
Thanks!
but!
it’s not working on IE.
I always tested it on IE and now I finally tested it on Firefox and it works great and super cool on Firefox but not on IE.
does anyone tested it on IE and made it to work there without getting security errors please?
Beside of that:
I added 3 functions to hide/show the “clear list” & “upload” links base on if a file been selected.
'onInit' : function(){$('#upload-clear, #upload-submit').hide();},
'onSelect' : function(){$('#upload-clear, #upload-submit').show();},
'onClearQueue' : function(){$('#upload-clear, #upload-submit').hide();},
I also changed:
$('.upload-form').before($('#jbx_div'));
to:
if ($('table.edit-pane').length == 0) {$('.upload-form').before($('#jbx_div'));}
for the upload-form to not appear in the edit page and only to appear in the image-list main page.
Offline
Re: jbx_multiple_image_upload
but!
it’s not working on IE.
I always tested it on IE and now I finally tested it on Firefox and it works great and super cool on Firefox but not on IE.
does anyone tested it on IE and made it to work there without getting security errors please?
Aha! I have a client who says it’s not working for her – security errors, and I bet it is an IE/Flash issue. Because it’s working great for me in Firefox and Opera. Does anyone have any clues about this?
Offline
Re: jbx_multiple_image_upload
What about feature to upload images from given url, i.e. www.site.ru/image.jpg?
Providing help in hacking ATM! Come to courses and don’t forget to bring us notebook and hammer! What for notebook? What a kind of hacker you are without notebok?
Offline
#69 2010-12-09 11:54:16
- gfdesign
- Member
- From: Argentina
- Registered: 2009-04-20
- Posts: 401
Re: jbx_multiple_image_upload
Excellente plugin
My question. What field does this plugin use for to order the images ?
(size, file name, date ?). I can´t discover it.
Once the images have uploaded, these appear jumbled.
Also, in some of my servers it gives “HTTP Error” trying upload images?
May be a wrong setup in my .htaccess ?
Thanks
Last edited by gfdesign (2010-12-10 12:23:47)
Offline
#70 2011-02-07 20:43:55
- brunodario
- Member
- From: Belo Horizonte, Brasil
- Registered: 2007-09-19
- Posts: 75
Re: jbx_multiple_image_upload
Anyone got this plugin to work on 4.3? Any new release coming up?
Offline
Re: jbx_multiple_image_upload
It works fine on 4.3, and even integrates with bot_image_upload for convenient uploading from the Write tab.
Offline
#72 2011-02-11 04:30:02
- fbox
- Member
- From: Melbourne
- Registered: 2006-02-18
- Posts: 42
Re: jbx_multiple_image_upload
I’m having some issues getting this to work. If only it was as easy as most of you others are finding it!
After activating the plugin and browsing to the images tab I get about 40 errors related to being unable to create files due to a SAFE_MODE restriction. The ‘upload’ folder was created fine.
I tried decoding the base64 code in the plugin into separate files but just got gibberish.
I then tried manually uploading copies of the files downloaded from the uploadify site at http://www.uploadify.com/download/ (some renamed where filenames were slightly different). Bit of a stretch perhaps.
I’m now down to only 6 errors as the plugin tries to unlink the files. Not sure what is triggering that? Incorrect permissions? Have tried chmod’ing to 0644 but that still doesn’t seem to work. The errors I’m getting are:
A problem occured while loading the plugin: jbx_multiple_image_upload -> Warning: unlink(/var/www/vhosts/domain.com/httpdocs/images/upload//uploadify.swf) [function.unlink]: Permission denied on line 717
Note the double forwardslash before the filename.
I’m running TXP 4.3.0 on a subdomain (ie. http://subdomain.domain.com/textpattern).
Any tips?
Offline