Explore the FAQs

Pure ASP Upload Add-On Pack

Cannot delete file with Delete Before Record/Update

Question:


Delete Before Record and/or Delete Before Update Server Behaviors are not deleting the file. Read More
Pure ASP Upload Add-On Pack

Rename Without Insert

Question:
I have Pure ASP Upload and then Rename After Upload extension. I don't use Insert Record Server Behavior - the rename does not work. Read More
Pure ASP Upload Add-On Pack

Use form fields in the mail body

Question:
I have made a form with the Pure ASP Upload feature and I want de values entered in the form (email and name of sender for example) to be added in the mail body. So the mail gets personalized.
Read More
Pure ASP Upload Add-On Pack

Use form fields as From name and Email

Question:
I have made a form with the Pure ASP Upload feature and I want de values entered in the form (email and name of sender for example) to be added in the mail upload feature. The inserted email adres of the sender must be in de "from Email' field and the name of the sender in the "from name" field. How can i do this ? Read More
Pure ASP Upload Add-On Pack

On File DELETE, my ASP page tends to "hang" and report time-out

Question:
When using the file delete feature from the AddOn pack, my ASP page tends to "hang" and/or report time-out errors. Read More
Pure ASP Upload Add-On Pack

Dynamic upload renaming

Question:
I am applying my upload script and I want to be able to tag the LastIdent value onto the front of my file name (from insert with ident extension), but I am having a hard time figuring out how to put that information in. Heres the line in particular:

RUF_renameMask = "<%=LastIdent%>##name##.##ext##"

So how would I keep the filename and extension, but put this sort of dynamic information in it?

Read More