473,586 Members | 2,854 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Uploading files to MSMQ

Dear Gurus,

I have to upload big size files to MSMQ from ASP.NET. How can I do this?

Early answers are appreciated.

alex

*** Sent via Developersdex http://www.developersdex.com ***
Aug 4 '05 #1
3 1978
Are you having trouble with the file upload or actually putting the file into
the queue?

Brian Delahunty

"Alex" wrote:
Dear Gurus,

I have to upload big size files to MSMQ from ASP.NET. How can I do this?

Early answers are appreciated.

alex

*** Sent via Developersdex http://www.developersdex.com ***

Aug 4 '05 #2
I am able to upload the small files. But when I am trying to upload file
with more than 2 mb I am getting in sufficient resources to perform
operation error message. I have set the registry to to FFFFFF as said in
one of the KB article. Even after I am getting the same error. Can you
pls provide me some resolution.

alex

*** Sent via Developersdex http://www.developersdex.com ***
Aug 5 '05 #3
It's possible MSMQ is running out of disk space, or at least that's the same
error reported by MSMQ when it does.

Check the storage location for MSMQ on the machine using the control panel
applet. Is it set to the default directory under %SYSTEMDIR%? You might want
to try to move it to another drive, if indeed you're running out of space.

Also, remember that messages cannot be larger than 4MB. If you are writing
text, for example, that is Unicode-encoded you'll use twice the space to
store it. That sounds like something that might be happening, since you seem
to break at 2MB.
--
Klaus H. Probst, MVP
http://www.simulplex.net/
"Alex" <al**@hotmail.c om> wrote in message
news:%2******** ********@TK2MSF TNGP09.phx.gbl. ..
I am able to upload the small files. But when I am trying to upload file
with more than 2 mb I am getting in sufficient resources to perform
operation error message. I have set the registry to to FFFFFF as said in
one of the KB article. Even after I am getting the same error. Can you
pls provide me some resolution.

alex

*** Sent via Developersdex http://www.developersdex.com ***

Aug 5 '05 #4

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

Similar topics

4
2769
by: dickiedyce | last post by:
Hi there. I've spent the weekend getting ever more frustrated, trying to get an upload file function working on a website. The site is hosted by a company called oneandone. They're using PHP 4.2. 3, not in safe mode. I think that the basic problem is the set-up for the temp folder, but I don't have access to the .ini settings. I'm...
0
3695
by: Andrew Gordon | last post by:
I'm investigating getting Microsoft Navision to do stuff from a Python script. The recommended way seems to be to use message queues (MSMQ). I can get Navision to send a message to itself fine. I found a couple of code example in an ancient message in this newsgroup. The send.py one I changed to the following: from win32com.client import...
1
1997
by: Nelson | last post by:
I have a program generate .ZIP files and want to know if there is a way to send these files through MSMQ and how? Thanks.
5
5457
by: Ron Brennan | last post by:
Good afternoon. The entire task that I'm trying to achieve is to allow a user to browse and upload multiple files simultaneously, hiding the Browse button of <input> tags of type="file" and replacing it with a button of my own background color and text. The file paths I'd like displayed in a textarea and then the files uploaded at once.
13
4294
by: Sky Sigal | last post by:
I have created an IHttpHandler that waits for uploads as attachments for a webmail interface, and saves it to a directory that is defined in config.xml. My question is the following: assuming that this is suppossed to end up as a component for others to use, and therefore I do NOT have access to their global.cs::Session_End() how do I...
5
11656
by: Alex Nitulescu | last post by:
Hi. I'm trying to make MSMQ work, so I go to Control Panel, Windows Components, I select MSMQ (Message Queuing Client Setup, actually) and about half-way through I get a nice message box saying The MSMQ service cannot be started. Error code: 0x42C The Dependency service or group failed to start. If I acknowledge, the "installation"...
3
259
by: Alex | last post by:
Dear Gurus, I have to upload big size files to MSMQ from ASP.NET. How can I do this? Early answers are appreciated. alex *** Sent via Developersdex http://www.developersdex.com ***
1
4759
by: Florence Tissot | last post by:
We are seeing some kind of resource leak in our performance lab running an ASP.NET (2.0) application that sends and receives messages from 2 public MSMQ queues. Here's a brief summary of what are application does: 1. user provides input on a form on an aspx page and clicks continues 2. on postback, the page creates a c# .net object and calls...
3
5169
by: muziburrehaman | last post by:
i am looking for code in php to upload the 1 gb files. any one can please help me by sending the code....
0
7911
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7839
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8338
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...
1
7954
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...
0
8215
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...
0
5390
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...
0
3864
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1448
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1179
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...

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.