Forums

This topic is locked

PureASP Upload and (Email Addon or WAUE)

Posted 27 Sep 2003 02:31:41
1
has voted
27 Sep 2003 02:31:41 Ken Schiff posted:
I have struggled for hours to make WebAssist Universal Email work with PAU, but to no avail.

And the PAU email addon wants to email the files as attachments. Well, the reason I am creating the upload pages is that the files are TOO BIG to be sent as email attachments.

So, can someone PLEASE clue me in as to how to use the PAU email addon to send just the filenames and not the files themselves. An alternative is to use WebAssist Universal Email but I have yet to figure out how to make WAUE and PAU co-exist. They don't seem to like each other. HELP!!!

Replies

Replied 29 Sep 2003 11:05:58
29 Sep 2003 11:05:58 Martha Graham replied:
The mail uploaded files server behavior does just that. It emails the uploaded files. In the current version it is not available to send just an email without the files attached.

You could use the Smart Mailer extension to create an email with just the filenames:
www.dmxzone.com/go?5578

Martha Graham
DMXzone manager
Replied 29 Sep 2003 18:00:07
29 Sep 2003 18:00:07 Ken Schiff replied:
Isn't there a line or two of code that could change the functionality of the addon? It makes no sense to double the cost of what I bought to have it NOT do something.

Or do you know how to make it work with WebAssist's Universal Email? WAUE is a wonderful product, however, I cannot get PAU and WAUE to work on the same page. (ASP newbie that I am.)
Replied 29 Sep 2003 20:43:09
29 Sep 2003 20:43:09 asp1 asp1 replied:
Sure you can use both together no problem. create your upload page just like you would normaly, then in WAUE, in the bodytext type and make sure to fill out the rest of WAUE.


in the BODY SECTION

<%= Request.Form("theFiledName"%>

Thats it.
Replied 29 Sep 2003 21:48:02
29 Sep 2003 21:48:02 Ken Schiff replied:
Wouldn't I have to use UploadFormRequest("theFiledName" instead?
Replied 29 Sep 2003 22:48:45
29 Sep 2003 22:48:45 Ken Schiff replied:
I started over and created the form, added the insert behavior, the Yaromat checkform, then PAU and then WAUE (in that order). I am able to get the files to upload and insert the record in the table, but I cannot get WAUE to fire. Do you know why? I'll bet it has to do with the order of events, but I don't know how to adjust them except to make sure that PAU is before Yaromat. At least they both appear in behaviors where I can adjust the order. WAUE does not; it only appears in Server Behaviors.

Neither the insert record nor the PAU has a redirect page stated. I have only stated that for the WAUE behavior. But still no mail.

Any ideas?

Reply to this topic