"Complete PDF" Option In Acrobat Mixing With CDONTS?
I'm playing around with Acrobat at the moment and here's what I need to do.
(1) Have users online fill in a PDF form in Acrobat Reader.
(2) The users Submit it as a "complete PDF".
(3) It is emailed immediately via CDONTS (MS IIS platform).
(4) Users get a thank you message.
I'm currently using an ASP/VBS script for "pure ASP" upload. This script works fine as tested with a standard HTML multipart/form-data form. However, when the PDF is "submitted" the file appears to be lost. ASP can't get hold of it to save it to the server. How on earth do you get this to work?
My required steps are:
(1) Acrobat PDF file submitted.
(2) PDF file saved to disk on the server.
(3) PDF file attached to email and sent.
(4) PDF deleted from server.
(5) Thank you message served to user.
Step (2) is the sticking point! (Or rather, somewhere between steps (1) and (2)!) Everything else when independantly tested is fine.
I have already looked in to the FDF stuff at www.planetpdf.com, but I can't use the FDF Toolkit because I can't get it verified, signed off and installed by IT in time for this project's go live date, so I'm bound in to the route I'm taking!
Can anyone shed any light as to why this isn't working, how Acrobat posts the file (the form enctype) or any other sticking points I haven't thought of. Perhaps I can skip a step and just take the file straight from the buffer to the mail attachment?
I know that it's possible to mix ASP & ASP.NET 1.1 in the same website/application so long as they are in separate frames (iframes). This also holds for mixing ASP & ASP.NET 2.0 pages. But what I haven't tried is mixing ASP.NET 1.1 & ASP.NET 2.0 pages in the same website/application but each page in ifferent iframes.I don't think it's possible to to have both ASP.NET 1.1 & 2.0 pages in the same website since IIS defines which ASP.NET version to use. Does anyone know a way to make IIS use ASP.NET 1.1 for certain pages, and ASP.NET 2.0 for other pages?Probably one can host the ASP.NET 1.1 website, and link in the iframes of ASP.NET 2.0 pages from another website in the same IIS server. But that's just looks clumsy.
I have an ASP page, whisch generates dynamic report for a SQL server DB. Now the users want to have the content in PDF format (not HTML page). The server machine had "adobe acrobat destiller" installed.
How can I print the content of this ASP page to acrobat PDF destiller and send PDF file to browser?
I have the start of a function inside <%...%> then half an HTML table, then some other (unrelated) asp code inside its own <%...%> tags, then the rest of the table, then the end of the function in its <%...%> tags. its not working, have I made a grave error? see below:
[CODE]<% function OutputForm() %> start of table HTML, then <% unrelated code which works on its own%> then the rest of the table, then <% end function %>
Is nesting some ASP code inside a function OK? I'm fairly certain certain the nested code is not the problem. I suspect I either have a syntax error (roll-on 4 hr debug) or you just can't do what I've done.
Im using a table which can add rows dynamically.This is pure javascript. However, first cell of each row, is a 'select' drop down menu, which has to be populated with entries from the database.
So i have to use ASP to connect to the db, retrive the file with the values and pass on these numbers to the 'value' part of the 'select' element of each row. How can I do this?
I have a machine ftp-ing a file into a directory where a script picks it up and does something to it. I dont want the script to process the file if the file is still being copied.the only way I can figure out to do this is to check the size of the file... then wait 'n second and check the size again. and if the size is exactly the same... then asume its all there. but this doesn't seem like the right way to do it. is there no easy way or simple property I can check to see if its done?
I've got a variable that can hold one or more words called strUserName. I want to display the complete value of that variable in a form field but I only get the first word
How can I retrieve the complete URL of the current page? (by using ASP, not Javascript!)
What I mean is this - I have a long URL something like: https://www.zzzzzz.com:8080/zzzz/zzz.asp?aaa=1&bbb=2#a1
I know I can read parts of URL through server variables, such as PATH_INFO, QUERY_STRING etc. and then concate the string variable, but that is not enough! I need to request the COMPLETE URL like I mentioned in the example.
I need a function that would retain a value like 112.50 as opposed to 112.5. It is needed for currency values and display. I tried using cSng, cCur, but they all seem to trunicate the zero.
i dont know if this should be a mysql question or a asp question...
i have a database that stores all the orders and each orders total. How can i make it so that i can add all the order totals together, to get a final total
We are planning to improve the present search (Product DB search). Is there any way on ASP script to make an auto complete text box, loaded with the product names (like in google suggest). I hear AJAX, can that be used with ASP scripts?
If I type the letter "A" it jumps to "AAA" in the list. If I type the letters "AB" it jumps to "BAB" as "B" was the last letter typed. Is there a way to have it accept "AB" as "AB" and jump to "ABA"?
I have problem with my page, but IIS only show "The page cannot be displayed". How to display complete error message ? I think I've read this sometimes ago here, but I can't find it.
Right Im close to finishing this nightmare of a website now! 2 things left to do. First is insert images. OK I have done this using Shadow Wizards 'ShadowUploader'. So the way it works on my page is that the user has to upload the file from there local hard drive into the server folder.
Then they browse for that file, hit ok, then submit the form. Can I restrict that browser window only to look in that Images folder on the server instead of being able to browse the whole computer?
I have a requirement to record in a database when a file is finished downloading to the end-user. Currently when a user clicks a download icon for a file it directs to an ASP page that records the "hit" into a database, then I use a response.redirect "filename.exe" to point the user to the download.
What I'm missing is knowing when the download is complete so I can update the database to show the file successfully completed its download. Is there a way to do this with ASP? A way to do this with an aftermarket component?
i ve a project to build a complete mailing site like hotmale or yahoo.i ve not any idea of doing this..i am a APS/PHP developer but this is a totally new project for me.so i d be thakful if some1 gives me the idea of whole setup...what kinda setup i ve to build.like Which Mailing Server (Exchange Server) and complete setup.its 'd be nice if soem1 send me any URL where i can find any tutotrial on this kinda solution.
I have a simple asp form which writes to a csv. The code it's based on (from "ASP for Dummies") is:
Set peoplefile - _ filesys.OpenTextFile( _ "c:inetpubwwwrootgbgbpeople.txt",1)
The form is going live soon, and I'd like just a dash of due diligence in terms of security. I tried using a relative link to the gbpeople.txt file which didn't work. Is there a better way around this without reinventing?
I 've coded an asp webpage where a user could toggle a boolean value through a checkbox. When the checkbox was pressed, the page posted the toggle action to itself, a
connection.execute "UPDATE tableName SET fieldName=(Not fieldname) WHERE field_id=1
query was performed and the checkbox, after I had retrieved its new value through a recordset, changed its appearence(state). At first I used an MS Access DB and it worked fine.
After I had switched the hole application to work with MS-SQL, although I changed the above query to Code:
I have been looking everywhere, and can't find a complete function to create tables and columns in access .mdb from ASP, while adding columns that are missing in tables that already exist, can anyone post a link or the code to such function?
I am currently working on a small asp application. Now I would like to store the complete database connection in the application object. Note I want to store the connection NOT the connectionstring. For that purpose I wrote a small asp include which connects to the dbase and stores the connection object to the application object. However when I use this include in my pages then it doesnt work. What I am doing wrong? Here is the code:
I am facing a strange problem. I want to give a functionality to the client where he can download a complete folder from the server. but how to give this functionality is the main problem.
I have one ASP page where I am creating various files of vcf extension dynamically and now I want that client should be able to download all those files. Those files are present in one folder and so I want to give that whole folder to the client.so now I want some trickes/code or URL from you guys to achive this .
Is there a way I can iterate an option value using ASP so I can pass in multiple values on submit to the Federated item? Here's an example of pseudocode of what I'm trying to do:
Below is an extract from a form that i am writing. I need the user to be able to have a drop down menu of languages. How do I use the 'option value' command in ASP like you can do in HTML.If someone could amend my code to give me a couple of language options so I can get an idea of how it is down.