 |
| ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0. |
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 1.0 and 1.1 Basics 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
|
|
|
|

September 19th, 2006, 10:00 AM
|
|
Authorized User
|
|
Join Date: Jan 2006
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I did as told the only problem is that I have to find out in which on Web-server resides folder scripts with cpshost.dll inside right ?? And then it should work
Thnx for everything
|
|

September 19th, 2006, 10:10 AM
|
|
Wrox Author
|
|
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
|
|
I am not sure why you are trying to make a call to that dll, I was able to get my module working completely using .net
--Stole this from a moderator
I will only tell you how to do it, not do it for you.
Unless, of course, you want to hire me to do work for you.
|
|

September 20th, 2006, 02:29 AM
|
|
Authorized User
|
|
Join Date: Jan 2006
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Aha so I can do this even without that dll
Cool I'll get into it
|
|

September 20th, 2006, 03:47 AM
|
|
Authorized User
|
|
Join Date: Jan 2006
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Yes it is nice but it is like you guys are writing upload components it is way to much work regarding that so many 3rd party component are released and it doesnt help me a lot because I do not have control over the web server (And I cant just make my own Upload module and install it on web server)
Or tell me if I am wrong, cause this thread is just too much for me it is for advance users so what do you suggest
|
|

September 20th, 2006, 06:03 AM
|
|
Wrox Author
|
|
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
|
|
Its not a component, its a module so it doesn't require that you install anything on the server you just have to setup your web config to use an HTTP Module.
Here is the thing, you dont have to read that thread, you dont have to do anything from that thread to upload files, you can simply use the HtmlInputFIle and handle your upload from there. Like I said though, that comes with the price of ASP.NET mismanaging your server memory.
--Stole this from a moderator
I will only tell you how to do it, not do it for you.
Unless, of course, you want to hire me to do work for you.
|
|

September 20th, 2006, 06:57 AM
|
|
Authorized User
|
|
Join Date: Jan 2006
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thnx really apreciate this
As a matter of fact I will upload files not bigger than 2mb so I guess I wont have any problem with server memory
|
|

September 20th, 2006, 07:01 AM
|
|
Wrox Author
|
|
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
|
|
Regardless of the file size, the worker process will still mismanage it; alot of this depends on how many people will be using the application, how much memory is available to the server, etc. If your user base is relatively low, no you shouldnt have any problem, if you forsee a high user base, you may want to consider a component that will stream the data directly to disk.
--Stole this from a moderator
I will only tell you how to do it, not do it for you.
Unless, of course, you want to hire me to do work for you.
|
|

November 8th, 2006, 04:32 AM
|
|
Authorized User
|
|
Join Date: Jan 2006
Posts: 37
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thnx for explanation
Stay cool
Saban
|
|
 |