Pure ASP Upload 3 Support Product Page

Uploading Multiple images, 1 image per record in database

Asked 17 Dec 2009 22:05:17
1
has this question
17 Dec 2009 22:05:17 Eric Jennings posted:
Hi,

Can I use Upload 3 to upload 5 or 6 images at one time with the image insert being a unique record insert each to the relational database table.

Example:
ID: 1
Image: photo1.jpg

ID: 2
Image: photo2.jpg

ID: 3
Image: photo3.jpg

Thanks,
Eric

Replies

Replied 17 Dec 2009 22:23:04
17 Dec 2009 22:23:04 Patrick Julicher replied:
Hi Eric,

I would suggest using the Advanced Multi Uploader to accomplish such!

Just for your information. The AMU does not work with "Restricted Access" applied to a page. There is an FAQ for a workaround.

Kind regards, Patrick
Replied 17 Dec 2009 22:42:01
17 Dec 2009 22:42:01 Eric Jennings replied:
Thanks Patrick! I will check it out.

Eric
Replied 17 Dec 2009 22:56:59
17 Dec 2009 22:56:59 Patrick Julicher replied:
Hi Eric,

You're welcome and good luck. Just let me know if there are any more questions.

Kind regards, Patrick
Replied 12 Mar 2010 23:32:02
12 Mar 2010 23:32:02 Eric Jennings replied:
Hi patrick,

I am using the multi uploader and it works great, except one little issue.

I have a hidden field called Display (an INT value of 1)and it is included in the insert record behavior, but it does not insert the value. The photo file name inserts, but not the display field. Here is the form code:

<form ACTION="<%=MM_editAction%>" METHOD="POST" name="FlashUpload">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="250" height="150" id="upload1" align="middle">
<param name="FlashVars" value="<%=pau.FlashVars()%>" />
<param name="movie" value="dmxPureUpload.swf" />
<param name="quality" value="best" />
<param name="scale" value="noscale" />
<param name="wmode" value="transparent" />
<embed src="dmxPureUpload.swf" id="upload1" quality="best" flashvars="<%=pau.FlashVars()%>" scale="noscale" wmode="transparent" type="application/x-shockwave-flash" width="250" height="150" pluginspage="www.macromedia.com/go/getflashplayer" />
</object>
<input type="hidden" name="Filedata" />
<input name="Display" type="hidden" id="Display" value="1" checked="checked" />
<input name="propID" type="hidden" id="propID" value="<%=(rsProp.Fields.Item("propID".Value)%>" />



<input type="hidden" name="MM_insert" value="FlashUpload" />
</form>
Replied 29 Mar 2010 10:48:41
29 Mar 2010 10:48:41 Miroslav Zografski replied:
Hello Erick,

That "checked='checked'" inside your hidden field is quite unnecessary. What if you remove it?

Regards,

Reply to this topic