473,466 Members | 1,360 Online
Bytes | Software Development & Data Engineering Community
Create 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 1965
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.com> wrote in message
news:%2****************@TK2MSFTNGP09.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
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...
0
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...
1
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
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...
13
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...
5
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 ...
3
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
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...
3
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....
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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...
0
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...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
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...
0
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...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.