Prev: event log errors/warnings
Next: IIS Service Unavailable
From: Jim Bunton on 10 Feb 2006 09:25 At http://support.microsoft.com/kb/299692/EN-US/ Set Up The Server it says:- 2. Copy the ASPFileUpload.dll file to the Web server, and then register it by using the following command at the command prompt: regsvr32 PathToDLL\ASPFileUpload.dll ?? What is /Where is the "ASPFileUpload.dll" ?? I cannot find ASPFileUpload.dll OR Upload.dll on my Machine OR as an upload at Microsoft.com Jim Bunton
From: "Lee Derbyshire" <email a@t leederbyshire d.0.t on 10 Feb 2006 09:29 "Jim Bunton" <jBunton(a)BlueYonder.co.uk> wrote in message news:cn1Hf.100039$mu.86060(a)fe1.news.blueyonder.co.uk... > At > http://support.microsoft.com/kb/299692/EN-US/ > > Set Up The Server > it says:- > 2. Copy the ASPFileUpload.dll file to the Web server, and then > register it by using the following command at the command prompt: > regsvr32 PathToDLL\ASPFileUpload.dll > > > > ?? What is /Where is the "ASPFileUpload.dll" ?? > > I cannot find > ASPFileUpload.dll OR > Upload.dll on my Machine OR > as an upload at Microsoft.com > > > Jim Bunton You are meant to use VB6, and the code in the first grey box, to create it yourself. The article should really be titled 'How to build a file upload component DLL, and then use it in ASP'. Lee. -- _______________________________________ Outlook Web Access For PDA , OWA For WAP www.owapda.com email a@t leederbyshire d.0.t c.0.m _______________________________________
From: Jim Bunton on 10 Feb 2006 11:06 Thanks for the reply Lee If the Vb6 programme is designed for me to run and make some 'informed' decisions as to how to set up the FileUpload.dll then right now I don't honestly think I'm informed enough! All I want ro do is 1. Identify a file name (which I can do using the FILE INPUT 2. Send the file and its name to another Form whch I want - server side - to save on the server I don't want to 'interpret the file - just save it asis. SEE new Posting Upload a file from client to server. "Lee Derbyshire" <email a@t leederbyshire d.0.t c.0.m> wrote in message news:ufDUx5kLGHA.1180(a)TK2MSFTNGP09.phx.gbl... > "Jim Bunton" <jBunton(a)BlueYonder.co.uk> wrote in message > news:cn1Hf.100039$mu.86060(a)fe1.news.blueyonder.co.uk... > > At > > http://support.microsoft.com/kb/299692/EN-US/ > > > > Set Up The Server > > it says:- > > 2. Copy the ASPFileUpload.dll file to the Web server, and then > > register it by using the following command at the command prompt: > > regsvr32 PathToDLL\ASPFileUpload.dll > > > > > > > > ?? What is /Where is the "ASPFileUpload.dll" ?? > > > > I cannot find > > ASPFileUpload.dll OR > > Upload.dll on my Machine OR > > as an upload at Microsoft.com > > > > > > Jim Bunton > > You are meant to use VB6, and the code in the first grey box, to > create it yourself. The article should really be titled 'How to build > a file upload component DLL, and then use it in ASP'. > > Lee. > > -- > _______________________________________ > > Outlook Web Access For PDA , OWA For WAP > www.owapda.com > email a@t leederbyshire d.0.t c.0.m > _______________________________________ > >
From: "Lee Derbyshire" <email a@t leederbyshire d.0.t on 10 Feb 2006 11:52 "Jim Bunton" <jBunton(a)BlueYonder.co.uk> wrote in message news:VR2Hf.100154$mu.87089(a)fe1.news.blueyonder.co.uk... > Thanks for the reply Lee > If the Vb6 programme is designed for me to run and make some 'informed' > decisions as to how to set up the FileUpload.dll then right now I don't > honestly think I'm informed enough! > > All I want ro do is > 1. Identify a file name (which I can do using the FILE INPUT > 2. Send the file and its name to another Form whch I want - server side - > to > save on the server > > I don't want to 'interpret the file - just save it asis. > > SEE new Posting Upload a file from client to server. Unfortunately, you have to handle it yourself. There is no easy built-in way to get the file. See www.aspupload.com for an example of a ready-made component. Lee. -- ___________________________________ Outlook Web Access for PDA and WAP: www.leederbyshire.com ___________________________________
From: Jim Bunton on 10 Feb 2006 12:10
Thanks again Lee for a prompt response I've just found this site which I hope you may find of some interest and some recompense for replying to my post http://www.asp101.com/articles/jacob/scriptupload.asp I've done no more than 'look at it' so far - but it looks promising Thanks again & best wishes Jim "Lee Derbyshire" <email a@t leederbyshire d.0.t c.0.m> wrote in message news:uod8bJmLGHA.1312(a)TK2MSFTNGP09.phx.gbl... > "Jim Bunton" <jBunton(a)BlueYonder.co.uk> wrote in message > news:VR2Hf.100154$mu.87089(a)fe1.news.blueyonder.co.uk... > > Thanks for the reply Lee > > If the Vb6 programme is designed for me to run and make some 'informed' > > decisions as to how to set up the FileUpload.dll then right now I don't > > honestly think I'm informed enough! > > > > All I want ro do is > > 1. Identify a file name (which I can do using the FILE INPUT > > 2. Send the file and its name to another Form whch I want - server side - > > to > > save on the server > > > > I don't want to 'interpret the file - just save it asis. > > > > SEE new Posting Upload a file from client to server. > > Unfortunately, you have to handle it yourself. There is no easy built-in > way to get the file. See www.aspupload.com for an example of a ready-made > component. > > Lee. > > -- > ___________________________________ > > Outlook Web Access for PDA and WAP: > www.leederbyshire.com > ___________________________________ > > |