473,804 Members | 3,732 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

MSKB Article 299692 - How to Upload Files to a Web Server using ASP

Windows 2000 Server running IIS.
I followed the instructions in this article, building the COM+ component and registering it, and creating the two asp files - Upload.asp and Postfile.asp. The problem is that as soon as I submit the Upload form on the Postfile.asp page, I immediately get an "Out of Memory" error from the server. Amazingly though, the file gets uploaded intact.
Does anyone have experience using this method or have any ideas as to why I get this error?
Thanks,
Brian

Jul 19 '05 #1
5 1503
My suggestion: spend $100 once (instead of many hours debugging and
developing) on a trusted commercial component that comes with support.

--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/


"Brian M" <an*******@disc ussions.microso ft.com> wrote in message
news:09******** *************** ***********@mic rosoft.com...
Windows 2000 Server running IIS.
I followed the instructions in this article, building the COM+ component and registering it, and creating the two asp files - Upload.asp and
Postfile.asp. The problem is that as soon as I submit the Upload form on the
Postfile.asp page, I immediately get an "Out of Memory" error from the
server. Amazingly though, the file gets uploaded intact. Does anyone have experience using this method or have any ideas as to why I get this error? Thanks,
Brian

Jul 19 '05 #2
I personally use ASPUpload from www.aspupload.com

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
Brian M <an*******@disc ussions.microso ft.com> wrote in message
news:09******** *************** ***********@mic rosoft.com...
Windows 2000 Server running IIS.
I followed the instructions in this article, building the COM+ component and registering it, and creating the two asp files - Upload.asp and
Postfile.asp. The problem is that as soon as I submit the Upload form on the
Postfile.asp page, I immediately get an "Out of Memory" error from the
server. Amazingly though, the file gets uploaded intact. Does anyone have experience using this method or have any ideas as to why I get this error? Thanks,
Brian

Jul 19 '05 #3
i also use aspupload and it works great!! and its free..

-----Original Message-----
Windows 2000 Server running IIS.
I followed the instructions in this article, building the COM+ component and registering it, and creating the two
asp files - Upload.asp and Postfile.asp. The problem is
that as soon as I submit the Upload form on the
Postfile.asp page, I immediately get an "Out of Memory"
error from the server. Amazingly though, the file gets
uploaded intact.Does anyone have experience using this method or have any ideas as to why I get this error?Thanks,
Brian

.

Jul 19 '05 #4
errr....... since when is ASPUpload free?

http://www.aspupload.com/purchase.html

--
Regards

Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk

Keeping it FREE!

Disclaimer:
I know I'm probably wrong, I just like taking part ;o)
<an*******@disc ussions.microso ft.com> wrote in message
news:12******** *************** ******@phx.gbl. ..
i also use aspupload and it works great!! and its free..

-----Original Message-----
Windows 2000 Server running IIS.
I followed the instructions in this article, building the

COM+ component and registering it, and creating the two
asp files - Upload.asp and Postfile.asp. The problem is
that as soon as I submit the Upload form on the
Postfile.asp page, I immediately get an "Out of Memory"
error from the server. Amazingly though, the file gets
uploaded intact.
Does anyone have experience using this method or have any

ideas as to why I get this error?
Thanks,
Brian

.

Jul 19 '05 #5
Hi bro Brian and everybody else,
If you don't want to use a component construct for you or buy a component of
a company, you can use FSO to do it.
Take a look in the sample bellow:
bye
http://www.hitecnet.com.br/vilmar/upload_sample.zip
--

««««««««»»»»»»» »»»»»»»
Vlmar Brazão de Oliveira
Desenvolvimento Web
HI-TEC
"Brian M" <an*******@disc ussions.microso ft.com> escreveu na mensagem
news:09******** *************** ***********@mic rosoft.com...
Windows 2000 Server running IIS.
I followed the instructions in this article, building the COM+ component and registering it, and creating the two asp files - Upload.asp and
Postfile.asp. The problem is that as soon as I submit the Upload form on the
Postfile.asp page, I immediately get an "Out of Memory" error from the
server. Amazingly though, the file gets uploaded intact. Does anyone have experience using this method or have any ideas as to why I get this error? Thanks,
Brian

Jul 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
2744
by: Bob Bedford | last post by:
I've a page where the user may enter some values and upload some pictures. Unfortunately, some pictures coming from digital camera are very big, and take a lot of time for uploading. I've created a DIV that I show when uploading, but this uses DHTML and javascript, wich are not available everywhere. How to do something like:
1
1089
by: Virginia | last post by:
Hello, For ASP.NET, can it upload files from the client server to another server(not this web server)? Or does it have any other way to do it? Maybe .NET Application, or Web Services? Thanks for your help!
2
6065
by: Tom Wells | last post by:
I have a little file upload page that I have been able to use to successfully upload files to the C: drive of LocalHost (my machine). I need to be able to upload to a network drive from the intranet server. On the line: dirs = Directory.GetDirectories(currentDir) I get "Access to the path "\\les-net\les\Special Projects\ATSPDF" is denied." How do I get the GetDirectories command to user my user ID and password when it tries to hit the...
3
1047
by: Colin Graham | last post by:
Hi there, Just wondering if anyone can help me or point me to a suitable source. I have built an access databse for storing image path names and image details which i display in a datagrid on my page. My issue now is to build an admin section to allow me to upload files to a folder in the server and upload the other record details to the database i.e. pathname. Im not sure what is the best starting point for this or if im going the...
6
4695
by: leandra_s | last post by:
Hello I want to upload files to a server with asp. But the problem is that the server where my asp website stands is a different server then where my upload files must go. Is there a way to accomplish that. Does anyone has an example perhaps
3
1587
by: Brian | last post by:
An MSKB article on the scalability of ADO/ASP (http://support.microsoft.com/kb/176056/EN-US/) says in a discussion of why connection objects shouldn't be stored in session variables, "If you do not pool there will be idle connections wasting server and network resources. You also have some threading issues that can occur if multiple concurrent threads end up hitting on the same connection (though the session ID might save you here, but it...
7
2094
by: skyy | last post by:
Hi.. Does anyone know how to do file uploading with CGI using perl but not using the CGI.pm module? Thanks!
21
34446
KevinADC
by: KevinADC | last post by:
Note: You may skip to the end of the article if all you want is the perl code. Introduction Uploading files from a local computer to a remote web server has many useful purposes, the most obvious of which is the sharing of files. For example, you upload images to a server to share them with other people over the Internet. Perl comes ready equipped for uploading files via the CGI.pm module, which has long been a core module and allows users...
3
1514
by: mp33487 | last post by:
I'm trying to upload/download files programmaticly to a records management system. I have it working fine on my dev machine using vb.net code-behind pages but when I place it on the server when it goes to upload files it (datatable of file paths and data stored in a session var) it errors because the code can't find the files. It seems to be trying to read the file from the server drive not from the client machine. My code is meant to...
0
10335
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10323
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10082
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9157
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6854
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5525
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5652
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3821
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2993
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.