Sander,<br><br>You need to enable multiple values for a CCK field.<br><br>You need to go to Admin --&gt; content types --&gt; select &quot;edit&quot; for your content type --&gt; Manage Fields --&gt; then select the CCK field you&#39;ve created for the images --&gt; then scroll to the bottom of the page and select the box that says &quot;multiple&quot;.
<br><br>At that point things vary depending on the cck module for that field. I&#39;m using the embed media module and for the embeded Flickr pic field when I select the &quot;multiple&quot; box I the &quot;create flikr pic&quot; upload form now shows 5 boxes for entering URLs of Flikr pics. I don&#39;t see a setting where I can change how many of those boxes appear on the form. My memory is that for other CCK fields there is a configurable selection I make where I choose how many iterations of the multiple value field you want to show on the form.
<br><br>I know it was the goal in Drupal 6 to significantly upgrade handling of multiple value fields for cck fields but I don&#39;t know if that made it in before the code freeze.<br><br>This still isn&#39;t an interface where you browse and click on a folder and voila you upload the contents of that folder into your node.
<br><br>But maybe it will suffice for you for now.<br><br>Let us know what happens.<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">
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">
I just realized it&#39;s set up slightly differently than I thought.&nbsp; The
Gallery is a custom content type with a custom image field with
Multiple values checked - so once you&#39;ve uploaded one you can upload
another.&nbsp; So I guess it&#39;s a CCK issue.&nbsp; If you have multiple values
enabled is there a way to show multiple upload fields?&nbsp; Can I add more
than one of these fields but have them be used the same way (eg.
photo1, photo2, photo3 etc) and allow multiple values for each?<br>
<br>
<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>
</div>

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