472,799 Members | 1,420 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,799 software developers and data experts.

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 1958
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....
3
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
5
by: DJRhino | last post by:
Private Sub CboDrawingID_BeforeUpdate(Cancel As Integer) If = 310029923 Or 310030138 Or 310030152 Or 310030346 Or 310030348 Or _ 310030356 Or 310030359 Or 310030362 Or...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

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.