Link to home
Start Free TrialLog in
Avatar of rubendn
rubendn

asked on

How to save a file in ASP that is submitted by Acrobat

I have created a PDF form using Adobe's LiveCycle designer that submits the pdf form to a URL that I assign.

What I need to do is be able to accept this file on our IIS 6 / W2k3 webserver using an .ASP page and save it on the server.
Avatar of harkerad
harkerad
Flag of United States of America image

The following link is a step-by-step example of how to integrate Adobe LiveCycle Forms in a .NET application.

http://www.adobe.com/devnet/livecycle/articles/smartdoc_dotnet.html
Avatar of rubendn
rubendn

ASKER

Thanks for the answer but I'm looking for a way in Classic ASP instead of .NET.
Avatar of rg20
In the past I used a package called SAFileup in classic ASP

http://fileup.softartisans.com/

There may be a binary way to do it natively in IIS6, but I never got that far.  Sorry
ASKER CERTIFIED SOLUTION
Avatar of rubendn
rubendn

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
You might have to chunk that for larger files.  Look into it more.

Glad you found it.