New module for upload and choose document/image/file
Hello everyone, For a customer I need to use a module to do this: - Allows me to save a file in the website (/files/) - Colleagues at the node/ add to get to attach a file previously included within this node I could use the "nodereference" module, but I need the opportunity to view a preview of the file that will be choose.. Nodereference puts everything in a "select list" and with this method the user is unable to handle 20+ "possible" file. And it (nodereference) can not do a 'preview' of the file. Someone could do something of this kind can tell or some alternative way Thank you. PS: Sorry for my bad english. -- Michel 'ZioBudda' Morelli michel@ziobudda.net Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni web dinamiche (LAMP+Ajax) Telefono: 0200619074 Telefono Cell: +39-3939890025 -- Fax: +39-0291390660 http://www.ziobudda.net ICQ: 58351764 http://www.ziobuddalabs.it Skype: zio_budda http://www.ziodrupal.net MSN: michel@ziobuddalabs.it JABBER: michel@gmail.com
The IMCE module (http://drupal.org/project/imce) allows you to upload files (either to once central location or separate directories per user) and then browse the server for existing files and attach them to other nodes. Steve Davide Michel 'ZioBudda' Morelli wrote:
Hello everyone,
For a customer I need to use a module to do this:
- Allows me to save a file in the website (/files/) - Colleagues at the node/ add to get to attach a file previously included within this node
I could use the "nodereference" module, but I need the opportunity to view a preview of the file that will be choose.. Nodereference puts everything in a "select list" and with this method the user is unable to handle 20+ "possible" file. And it (nodereference) can not do a 'preview' of the file.
Someone could do something of this kind can tell or some alternative way
Thank you.
PS: Sorry for my bad english.
Steve Edwards ha scritto:
The IMCE module (http://drupal.org/project/imce) allows you to upload files (either to once central location or separate directories per user) and then browse the server for existing files and attach them to other nodes. Hi Steve, from the README file I read:
Start using imce by clicking the browse button in image or link popup of tinymce or fckeditor. I don't need a plugin for WYSIWYG Editor. I need a way to permit to user to store file and then choice one+ of them from a "graphical listing". M. PS: However tnx for the reply and sorry for my bad english. -- Michel 'ZioBudda' Morelli michel@ziobudda.net Consulenza sistemistica in ambito OpenSource. Sviluppo applicazioni web dinamiche (LAMP+Ajax) Telefono: 0200619074 Telefono Cell: +39-3939890025 -- Fax: +39-0291390660 http://www.ziobudda.net ICQ: 58351764 http://www.ziobuddalabs.it Skype: zio_budda http://www.ziodrupal.net MSN: michel@ziobuddalabs.it JABBER: michel@gmail.com
participants (2)
-
Davide Michel 'ZioBudda' Morelli -
Steve Edwards