2010/10/7 6:22:46
|
---|
|
Re: An FTP Module for ImpressCMSI am down with whatever as long as you focus on chunkuploading - I know I am not the only one aggravated when you go to upload a file and it is a kb too big. It would also be nice to utilize pecl_uploadprogress so we can have an actual progressbar. [x]
I am seeing many more free options now that I have paid for one - lol... http://www.plupload.com/example_queuewidget.php |
2010/10/7 7:32:35
|
---|
|
Re: An FTP Module for ImpressCMSI went looking for the chuncked upload feature, and I came across plupload.
Anyone tried that one yet? edit : Will beat me to it I see. I have to hit the 'post' button sooner |
_________________
|
2010/10/7 18:34:19
|
---|
|
Re: An FTP Module for ImpressCMSMultiple file upload, chunked uploading are definitely on my wish list!
The plupload option looks rather good - has several different transports (HTML5, Flash, Google Gears, Yahoo Browser Plus, Silverlight and HTML4), uses jQuery and is by the TinyMCE devs. it provides a progress bar and drag/drop for browsers that support it. How do we turn this into an extension for the core and who wants to work on it? |
2010/10/8 5:09:56
|
---|
|
Re: An FTP Module for ImpressCMSCouldn't we make this an ipf class or something, or even just a field type.
The form field file exists - so would it be a huge deal to simply extend that? |
2010/10/8 13:29:05
|
---|
|
Re: An FTP Module for ImpressCMSYou guys are so cool - really
|
2010/10/8 13:33:05
|
---|
|
Re: An FTP Module for ImpressCMSThink you're certainly thinking in the right direction Will
|
2010/10/9 3:39:15
|
---|
|
Re: An FTP Module for ImpressCMSNot another library ... we already have enough. We should rather use our own features (and this is not reinventing the wheel).
We need something like a generic file manager (which should also replace the image manager at some point in time). depending on specific file types it could offer special features (as the current image manager does). This could be developed based on IPF and added to the core. We definitly need a concept but I could work on that provided we have all the details. |
2010/10/9 5:28:26
|
---|
|
Re: An FTP Module for ImpressCMSQuote:
already in the pipeline :thumbup: i'm working on a backend structure for something like that now, though will take some time. currently i'm just working on the xml side, but all i can say for now is the plan is for something similar to wordpress. the front end, well there's quite a few jquery and ajax front ends we could develop to make the users/webmasters life easier, but the front end is nothing if the backend hasn't got the capabilities yet. |
_________________
Live as if you were to die tomorrow, Learn as if you were to live forever The beauty of a living thing is not the atoms that go into it, but the way those atoms are put together! |
2010/10/9 7:17:59
|
---|
|
Re: An FTP Module for ImpressCMSPlease let us talk about it as a team.
Communication first, doing later. Remember what Steve and Marc said during the webinar about the refactoring. |
2010/10/9 7:31:37
|
---|
|
Re: An FTP Module for ImpressCMSAs long as chunkuploading is considered, you guys will make my day. V is right - the backend is totally what counts - we can tie in any frontend to it.
|
2010/10/10 5:02:17
|
---|
|
Re: An FTP Module for ImpressCMSchunked uploads will be the main consideration.. just as much as chunked downloads, which i had implemented in wfdownloads from 3.2 simply because in this day & age, people aren't just wanting to upload/download small files anymore, i've seen people wanting to upload files in the gb size.
|
_________________
Live as if you were to die tomorrow, Learn as if you were to live forever The beauty of a living thing is not the atoms that go into it, but the way those atoms are put together! |