>I'm building an admin section for a client to manage inventory of his >products. The products are higher-end so he'd like to have up to 10 photos >for each item. I will need to create multiple sizes of each picture using >Rick Root's Image.cfc. > >What might be the best way to work with anywhere from 1 to 10 images >uploaded at once? Would it be better to use some other sort of interface? > >My thought would be to create a single upload field, then loop over it 10 >times. Then perform the same on the upload portion of the page. The only >problem I can see with that is that he'd also like to keep the original >image as the "largest" size. That means that there could potentially be >anywhere from 3 or 4 megs to 10 megs uploaded at once. > >What are your thoughts on this? > ><!----------------//------ >andy matthews >web developer >certified advanced coldfusion programmer >ICGLink, Inc. >[EMAIL PROTECTED] >615.370.1530 x737 >--------------//--------->
Andy, For a front end you may want to check out this blog posting. Its a fairly slick multiple file uploader. http://the-stickman.com/web-development/javascript/upload-multiple-files-with-a-single-file-element An updated version is also available: http://the-stickman.com/web-development/javascript/updated-upload-multiple-files-with-a-single-file-element/ hth, larry -- Larry C. Lyons Web Analyst BEI Resources American Type Culture Collection http://www.beiresources.org email: llyons(at)atcc(dot)org tel: 703.365.2700.2678 -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:251254 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

