Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: [request] Multi file upload with Progress Bar, swfUpload
Now with images tab support.
mem_multifile_upload
This uses the jQuery plugin and needs a patch applied to Txp (in same folder).
Offline
Re: [request] Multi file upload with Progress Bar, swfUpload
manfre to the rescue once again. its working wonders.
Offline
Re: [request] Multi file upload with Progress Bar, swfUpload
iblastoff wrote:
manfre to the rescue once again. its working wonders.
Khm… Is there version of mem_multifile_upload prepared for instalation, or can you show me the instructions for cooking? :)
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
Re: [request] Multi file upload with Progress Bar, swfUpload
See my post below.
Last edited by Manfre (2008-01-24 03:47:24)
Offline
#20 2007-10-28 10:20:54
- jelle
- Member
- Registered: 2006-06-07
- Posts: 165
Re: [request] Multi file upload with Progress Bar, swfUpload
hi manfre, great plugin.
SwfUpload however supports selecting multiple files from within the browse dialog. Could this be implentend in your multifile_upload? It would save a lot on clicking and searching :)
Offline
Re: [request] Multi file upload with Progress Bar, swfUpload
the plugin doesn’t use swfupload. it uses multiple file upload for jquery
Offline
#22 2007-10-28 22:48:19
- jelle
- Member
- Registered: 2006-06-07
- Posts: 165
Re: [request] Multi file upload with Progress Bar, swfUpload
iblastoff wrote:
the plugin doesn’t use swfupload. it uses multiple file upload for jquery
I’m aware of that…I’m asking if mem_multifile_upload can support multiple file selection in the browse dialog just like swfUpload.
Offline
Re: [request] Multi file upload with Progress Bar, swfUpload
jelle wrote:
iblastoff wrote:
the plugin doesn’t use swfupload. it uses multiple file upload for jquery
I’m aware of that…I’m asking if mem_multifile_upload can support multiple file selection in the browse dialog just like swfUpload.
i’m quite sure multiple selecting via the file browse window cannot be done. the script handles the elements but the browser is whats used for file selection. no browsers or javascript that i’m aware of can do this.
that is where flash would come into play.
Last edited by iblastoff (2007-12-06 17:38:53)
Offline
Re: [request] Multi file upload with Progress Bar, swfUpload
I just tried my luck with terminal to get the .txt file needed for textpattern and all I ever get is Fatal error: Call to undefined function register_callback() in ...
Could you link up all the compiled files again? (The ones you linked up earlier to not seem to work.) Also, how do you patch Textpattern?
Offline
Re: [request] Multi file upload with Progress Bar, swfUpload
Drop jQuery.MultiFile.js in to the ~/textpattern/ folder.
Steps to modify ./textpattern/index.php
1. Find the following code (approximately line 101)
if (is_readable($inc))
include($inc);
2. Replace the second line so it looks like:
if (is_readable($inc))
include_once($inc);
You only need to add “_once” after “include”.
Last edited by Manfre (2008-01-24 03:42:10)
Offline
Re: [request] Multi file upload with Progress Bar, swfUpload
Thanks, works like a charm…
Offline
#27 2008-01-28 21:50:25
- feragnoli
- Member
- From: the hague
- Registered: 2005-02-10
- Posts: 150
Re: [request] Multi file upload with Progress Bar, swfUpload
hello, sorry but i can’t see anything happening anywhere…
am i supposed to see buttons in the image and/or file tab?
what was that again…?
Offline
Re: [request] Multi file upload with Progress Bar, swfUpload
Can’t see anything either..
Offline
Re: [request] Multi file upload with Progress Bar, swfUpload
Feragnoli, Fontanel
Go to Content > Images and upload as normal except now you can add multiple files one at a time – they’ll be listed beneath the ‘Choose file’ field together with a ‘remove’ option. Once you’ve added all the files you require, click ‘upload’.
Hope that helps.
Offline
Re: [request] Multi file upload with Progress Bar, swfUpload
I read that this is targeted for v4.0.5. Can someone confirm if this will or will not work with v4.0.6? Thanks.
Swim Kitten, A Magento Site
When nothing but incredibly revealing dresses and swimwear will do
Offline