Wrox Programmer Forums
|
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Dreamweaver (all versions) section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old July 6th, 2005, 12:29 AM
Friend of Wrox
 
Join Date: May 2005
Posts: 201
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to hastikeyvan
Default uploading and downloadin word with asp

I want to upload excell , word,msp with my asp pages.and download thoese files from site again.yesterday you've told me how can i upload them.but i cant' download.i've downloaded some programs from internet but i should register dll that is in REGSVR32.EXE and i don't know what is its path in my computer to register it.would you please help me.
than you
 
Old July 6th, 2005, 01:14 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

You need a third party (commercial) control for that. There are commercial controls, and there are free controls. For example, take a look here: http://www.aspupload.com/ or here: http://www.softartisans.com/

There are also "component free" scripts available as a Dreamweaver extension. Look here for more info: http://www.dmxzone.com/index.asp?TypeId=3&CatId=69

Cheers,

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
 
Old July 6th, 2005, 02:37 AM
Friend of Wrox
 
Join Date: May 2005
Posts: 201
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to hastikeyvan
Default

thank you for your very usefull helps

 
Old July 7th, 2005, 12:09 AM
Friend of Wrox
 
Join Date: May 2005
Posts: 201
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to hastikeyvan
Default

I want to upload excell , word,msp with my asp pages.and download thoese files from site again.yesterday uoy've told me how can i upload them.but i cant' download.i've downloaded some programs from internet but i should register dll that is in REGSVR32.EXE and i don't know what is its path in my computer to register it.would you please help me.
than you



 
Old July 7th, 2005, 01:06 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

A simple Find action on your Windows machine will probably bring up something like C:\Windows\system32

However, that location should be in your path settings. So, you can simply open up the folder that holds the DLL in a command prompt and type

regsvr32 YourDllName.dll

Which dll are you registering? Don't the packages come with an installer that does this for you?

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
 
Old July 7th, 2005, 02:04 AM
Friend of Wrox
 
Join Date: May 2005
Posts: 201
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to hastikeyvan
Default

it had a link that we could get dllregsvr.zip form there.when i downloaded it it opened a windoe that told me i should select a path for my dll but i don't know what is its dll and where should i search for it.in the manual it didn't write anything about dll name.just said it an exe file that containse dlls and asp componenets in it.i'm really confused i tried many ways but i didn't done.i would be so thankfull if you help me.
thank you
 
Old July 7th, 2005, 05:29 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

I have no idea what that file is or should do, so I am afraid I cannot help.

What upload component did you decide to use? Any help on the vendor's website??

Imar
 
Old July 8th, 2005, 10:46 PM
Friend of Wrox
 
Join Date: May 2005
Posts: 201
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to hastikeyvan
Default

i use xupload (aspuploaddll) for my upload.but my download is from some where else.

 
Old July 9th, 2005, 02:21 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

You are aware that XUload is only a browser helper tool that makes it easier to upload files at the client? It's *NOT* a control that'll save the file for you on the server. The docs say:
Quote:
quote:"What's the Difference between AspUpload and XUpload?"

AspUpload is a server component that resides on the web server. It captures, saves and processes file uploaded with an HTML form or other agent. XUpload is a client-side ActiveX control that provides features traditional form-based uploading does not, such as a progress bar or directory uploads. While AspUpload can be used without XUpload (if files are uploaded using an HTML form), XUpload requires AspUpload to capture uploaded files.
So, besides XUpload you need something on the server, like ASPUpload, as well.

Cheers,

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
 
Old July 9th, 2005, 04:05 AM
Friend of Wrox
 
Join Date: May 2005
Posts: 201
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to hastikeyvan
Default

thank you for usefull infomation giving to me.i didn't know that aspupload just can upload files.but in the manual of xupload it eas written thati should download aspupload too.and i downloaded it.i don't have any problem with uploading files to server.i've tested it and it was working correctly.but i have many troubles with downloading those files that i've uploaded them before.i found some sites and most of them are like each other.but there is a question here that i shoul have dll or writting some codes are sufficient??in these sites they didn't say anything about dll.would you please take a look at these three please:
http://objectsharp.com/blogs/bruce/articles/157.aspx
http://infomentum.com/EnterpriseFile...RDOC/index.htm
http://freevbcode.com/showcode.asp?ID=2127
thank you






Similar Threads
Thread Thread Starter Forum Replies Last Post
Uploading a file with ASP BananaJim Classic ASP Professional 1 December 7th, 2006 06:57 PM
uploading word with asp hastikeyvan Classic ASP Basics 0 July 6th, 2005 12:19 AM
Uploading asp files robbo Classic ASP Basics 2 January 19th, 2004 03:33 AM
Uploading Word to Access database jenty_c Pro JSP 0 January 11th, 2004 01:37 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.