Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
#205 2007-07-02 07:59:10
- Joey
- Member
- From: Netherlands
- Registered: 2005-01-19
- Posts: 257
Re: Ebl_batchupload
I’m currently working on a site where I need batch image uploading to make photo albums without all the individual image uploading, so I also would like to use this plugin…when is it coming back? Or is there any other batch image uploading technique?
Regards,
Joey
Offline
#206 2007-07-02 09:41:22
Offline
#207 2007-07-02 12:49:28
- Joey
- Member
- From: Netherlands
- Registered: 2005-01-19
- Posts: 257
Offline
#208 2007-07-02 18:50:19
- masa
- Member
- From: Asturias, Spain
- Registered: 2005-11-25
- Posts: 1,091
Re: Ebl_batchupload
Hi Eric,
I sent you a mail a while ago inquiring how to donate to your efforts, but never got a reply.
Drop me a line! :-)
Cheers Martin
Offline
#209 2007-07-06 18:28:40
Re: Ebl_batchupload
I thought was I done, that is, until I found out that Adobe hasn’t corrected the upload header bug in Flash. It’s been this bug that has caused those people with mod_security to encounter that 412 error code.
Sure, the simple solution is to simply drop a htaccess file in the main directory, that disables mod_security. That’s just not a very elegant solution. So ideally, what I want is something that will only disable mod_security for this particular application. So, that’s where I’m at right now. Trying to fix that one last bug, or find a practical way around it.
I’ve been emailing Adobe, trying to see if they’re at least aware of it, but I have yet to receive a response.
On an unrelated note, I did finally almost sorta finish my page layout… :) Masa, if you want, you can email me at elimegrover at that google webmail thing.
Last edited by TheEric (2007-07-06 18:30:59)
Offline
#210 2007-09-05 01:34:25
- progre55
- Member
- Registered: 2006-05-02
- Posts: 668
Re: Ebl_batchupload
Eric:
Just wondering on an ETA for release. Could really use the plug in on a current project.
Thanks.
progre55
Offline
#211 2007-09-05 01:48:46
Re: Ebl_batchupload
progre55: if you cant wait for ebl_batchupload, theres always manfre’s mem_multifile_upload
Offline
#212 2007-09-06 00:16:19
- progre55
- Member
- Registered: 2006-05-02
- Posts: 668
Re: Ebl_batchupload
iblastoff:
Thanks for the suggestion. Is there any instructions to mem_multifile_upload. I would l.ike to take a look before I install the plug in. Just to know what I am getting myself into. :)
progre55
Offline
#213 2007-09-16 18:21:40
Re: Ebl_batchupload
Hi Eric, any updates on the plugin? I am updating some sites and the 412 errors mean I can’t use the plugin on TXD servers.
Also – I notice (on a non-TXD server) that when choosing to create thumbnails, the quality of the thumbnails is very poor, compared with the default TXP thumbs. At the moment, I have to re-create thumbs in the TXP image tab, which makes using the plugin somewhat cumbersome.
Offline
#214 2007-10-01 12:39:31
Re: Ebl_batchupload
The latest version is done. Currently, I’m waiting to see if the next bug-release version of the flash player fixes the http-header bug that’s been causing the security errors for those under mod_security. If it doesn’t, I’ve changed the code so that it’ll reside in a directory separate from the textpattern root, and its in that directory that will have mod_security disabled.
Whats happening with current players is that Adobe issues an invalid http header for the flash transaction, and mod_security catches it, and issues an error.
Last edited by TheEric (2007-10-01 12:40:26)
Offline
#215 2007-10-01 17:30:02
Re: Ebl_batchupload
Thanks for the update Eric. In the latest version, are there any new features or is this purely a bug fix? I have issues with the thumbnail generation as I mentioned earlier.
Offline
#216 2007-10-01 18:30:51
Re: Ebl_batchupload
The thumbnail problem was addressed months ago, you may have one of the older versions. This release of this should fix that problem.
This next release does have new functionality:- language support
- default settings can be changed via txp
- max upload file size
- image quality setting (0-100%)
Offline