Sander,<br><br>In order to advise, I&#39;d need to know more about how the consultant built the functionality in question. <br><br>Did he/she use cck fields imagefield and imagecache for instance?<br><br>Or did he/she use the image_attach module that comes with the Image module?
<br><br>Actually, in either of those cases I don&#39;t believe there is a bulk upload possibility. I just did a quick search on IMCE and I don&#39;t think the bulk upload feature is done yet for that either.<br><br>Sorry about your situation -- you might want to sponsor the creation of such functionality if it doesn&#39;t exist in the manner that you want it. My experience with Drupal is that you can&#39;t assume anything about what functionality should be there. Sometimes the most amazing things are so easy to do and what would seem basic is quite difficult.
<br><br>Good luck,<br><br>Shai<br><br><div><span class="gmail_quote">On 9/10/07, <b class="gmail_sendername">sander-martijn</b> &lt;<a href="mailto:sander@sander-martijn.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

sander@sander-martijn.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


  

<div bgcolor="#ffffff" text="#000000">
It is gallery functionality.&nbsp; I had queried this list on options for
building galleries and tried just about every module I could to build
it out with no luck.&nbsp; As I&#39;m on a tight deadline and have a lot of
other stuff to build on the site, I ended up hiring someone off the
drupal paid services forum to build it.&nbsp; Most of the functionality I
need is there - the main thing missing is any type of bulk upload and
the client is really pushing for it (as in now).&nbsp; Since it&#39;s pretty
much working I don&#39;t really have the option to rebuild it now - I just
need a way to add some sort of bulk upload.&nbsp; <br>
<br>
Since you can upload as many images to the node as you want I don&#39;t see
why it wouldn&#39;t be possible to do them more than one at a time, I just
don&#39;t know how to do it.&nbsp; <br>
<br>
thanks,<br><span>
.s</span><div><span><br>
<br>
Shai Gluskin wrote:
<blockquote type="cite">Sander,<br>
  <br>
I don&#39;t have time to really mull this -- but it sounds like you are in
need of gallery functionality. I don&#39;t like the gallery functionality
that comes with the Image module install.<br>
  <br>
Acidfree is much better, but not perfect. With acidfree you can create
an &quot;album&quot; which is a special node type that will include references to
all the image nodes that you&#39;ve imported into the album. The images are
nodes, but they are also included in the album node that you&#39;ve
created.
  <br>
  <br>
Then there is Gallery2 which is kind of bloatware if you don&#39;t need
everything, has its own significant learning curve, and suffers from
not being a &quot;made for Drupal&quot; project -- though if you need what it
does, its great.
  <br>
  <br>
One thing I didn&#39;t mention, because I haven&#39;t used it, is IMCE. It gets
good reviews and it <span style="font-weight: bold;">doesn&#39;t</span>
create images as nodes, it just inserts them into nodes. I believe I
read about a bulk upload feature in the works or maybe already done --
check it out. Having the individual images as nodes has a certain
elegance but can create its own overhead/complexity which, if you don&#39;t
need it, is better done without.
  <br>
  <br>
Shai<br>
  <br>
  <br>
  <div><span class="gmail_quote">On 9/10/07, <b class="gmail_sendername">sander-martijn</b> &lt;<a href="mailto:sander@sander-martijn.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">sander@sander-martijn.com
</a>&gt;
wrote:</span>
  <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
    <div bgcolor="#ffffff" text="#000000">Thanks, I checked out the
first option which would be perfect&nbsp; (haven&#39;t
tried the second yet) and realized I have to clarify something.&nbsp; The
image_import module creates image nodes.&nbsp; What I have set up is
node_images, where you can attach images to a node.&nbsp; Currently you have
to do this one at a time.&nbsp; There will be a lot of Nodes (probably about
50-60 maybe more, each representing a gallery) and there will be about
5-10 images attached to each node.&nbsp; I&#39;m looking for a way to either
upload all the images by ftp and then pull them into the the nodes or
have multiple upload fields display on the node at a time so that
several can be attached at once.<br>
    <br>
thanks<br>
sander
    <div><span><br>
    <br>
Shai Gluskin wrote:
    <blockquote type="cite">Sander,<br>
      <br>
The image_import module (which comes with the Image module) does this
the FTP way. First upload via FTP and then bulk import to nodes.
Obviously the limitation there is that only admins with FTP privileges
can do it. <br>
      <br>
The Acidfree module has a way to allow users to do it, by uploading a
zip or tar file from an Import Images screen. Problem there is a lot of
end users won&#39;t be agile enough with zipping/tarring. In addition, OS
X&#39;s built-in zipping function (called Archive) -- includes resource
fork files which then get turned into blank image nodes. So even with
Acidfree folk who feel comfortable with zipping -- you explain to Mac
users how to make a &quot;clean&quot; archive. <br>
      <br>
I think what a lot of folks long for is something similar to the
interface that Facebook uses for bulk image uploads. I&#39;m sure it will
arrive sooner or later, I&#39;m not up on who might be working on thinking
about such a tool. Maybe others know. <br>
      <br>
The Acidfree interface when you do the bulk upload is nice, being able
to edit relevant node fields for all the images on the same screen.<br>
      <br>
Shai<br>
      <br>
      <div><span class="gmail_quote">On 9/10/07, <b class="gmail_sendername">
sander-martijn</b> &lt;<a href="mailto:sander@sander-martijn.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">sander@sander-martijn.com</a>&gt;
wrote:</span>
      <blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Ist
there a way to allow for bulk upload of images attached to nodes?<br>
One option that would work would be to display multiple file browsers on<br>
the node&#39;s edit page instead of one at a time.&nbsp;&nbsp;Another would be to ftp
        <br>
the images to the server and then somehow attach them.&nbsp;&nbsp;Or perhaps<br>
there&#39;s already a module for it?<br>
        <br>
thanks<br>
.s<br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.drupal.org/
        </a> ]<br>
      </blockquote>
      </div>
      <br>
    </blockquote>
    <br>
    </span></div>
    <div>-- <br>
    <hr align="center" noshade="noshade" size="1" width="100%">
    <p style="text-align: center; font-family: verdana,arial,helvetica,sans-serif; color: rgb(51, 51, 51); font-size: 10px; text-transform: lowercase; font-style: normal; font-weight: normal;"><a href="mailto:sander@sander-martijn.com" style="text-decoration: none; color: rgb(0, 0, 255); font-family: verdana,arial,helvetica,sans-serif;" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

sander-martijn</a><br>
interface developer | architect<br>
    <a href="mailto:sander@sander-martijn.com" style="text-decoration: none; color: rgb(0, 0, 255); font-family: verdana,arial,helvetica,sans-serif;" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

sander@sander-martijn.com
    </a><br>
    <a href="http://www.sander-martijn.com" style="text-decoration: none; color: rgb(0, 0, 255); font-family: verdana,arial,helvetica,sans-serif;" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">www.sander-martijn.com
    </a>
    </p>
    <hr align="center" noshade="noshade" size="1" width="100%"></div>
    </div>
    <br>
--<br>
[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.drupal.org/</a>
]<br>
  </blockquote>
  </div>
  <br>
</blockquote>
<br>
<div>-- <br>
<hr align="center" noshade="noshade" size="1" width="100%">
<p style="text-align: center; font-family: verdana,arial,helvetica,sans-serif; color: rgb(51, 51, 51); font-size: 10px; text-transform: lowercase; font-style: normal; font-weight: normal;"><a href="mailto:sander@sander-martijn.com" style="text-decoration: none; color: rgb(0, 0, 255); font-family: verdana,arial,helvetica,sans-serif;" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">

sander-martijn</a><br>
interface developer | architect<br>
<a href="mailto:sander@sander-martijn.com" style="text-decoration: none; color: rgb(0, 0, 255); font-family: verdana,arial,helvetica,sans-serif;" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">sander@sander-martijn.com
</a><br>
<a href="http://www.sander-martijn.com" style="text-decoration: none; color: rgb(0, 0, 255); font-family: verdana,arial,helvetica,sans-serif;" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">www.sander-martijn.com
</a>
</p>
<hr align="center" noshade="noshade" size="1" width="100%"></div>
</span></div></div>

<br>--<br>[ Drupal support list | <a href="http://lists.drupal.org/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">http://lists.drupal.org/</a> ]<br></blockquote></div><br>