473,395 Members | 1,639 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Sending large files from one app to other

Hi,
I have two asp.net applications on different networks.
One application has to call some operation/method on the other application
and pass two large files as parameters:
One file is huge xml file, the second file is big pdf file (dozens of MB).
How would you implement this?
If i will use Web Service, can i define method/operation with two
file parameters? Is there reliable mechanism for sending huge files?
Any idea or reference will be appreciated.
Dec 3 '06 #1
3 1172
OHM
Why not use ftp?
"???? ???????" <@discussions.microsoft.comwrote in message
news:00**********************************@microsof t.com...
Hi,
I have two asp.net applications on different networks.
One application has to call some operation/method on the other application
and pass two large files as parameters:
One file is huge xml file, the second file is big pdf file (dozens of
MB).
How would you implement this?
If i will use Web Service, can i define method/operation with two
file parameters? Is there reliable mechanism for sending huge files?
Any idea or reference will be appreciated.

Dec 3 '06 #2
On Sun, 3 Dec 2006 11:31:00 -0800, éåðé âåìãáøâ wrote:
Hi,
I have two asp.net applications on different networks.
One application has to call some operation/method on the other application
and pass two large files as parameters:
One file is huge xml file, the second file is big pdf file (dozens of MB).
How would you implement this?
If i will use Web Service, can i define method/operation with two
file parameters? Is there reliable mechanism for sending huge files?
Any idea or reference will be appreciated.
Personally i'd FTP the files and then the method would take the paths to
the ftp'd files on the server

--
Bits.Bytes
http://bytes.thinkersroom.com
Dec 3 '06 #3
Hello יו×*×™,

×™×’I have two asp.net applications on different networks.
×™×’One application has to call some operation/method on the other
×™×’application
×™×’and pass two large files as parameters:

Who is the receiver? The client or the server?

×™×’One file is huge xml file, the second file is big pdf file (dozens
×™×’of MB).
×™×’How would you implement this?

Do u use any kind of DB? I'd suggested to look at DB to transfer data directly
between DBs.

×™×’If i will use Web Service, can i define method/operation with two
×™×’file parameters? Is there reliable mechanism for sending huge files?

Look at MTOM, it's rather reliable way to transfer data
http://www.codeproject.com/soap/MTOMWebServices.asp

---
WBR,
Michael Nemtsev [C# MVP] :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
Dec 3 '06 #4

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

Similar topics

2
by: Edvard Majakari | last post by:
Hi all ya unit-testing experts there :) Code I'm working on has to parse large and complex files and detect equally complex and large amount of errors before the contents of the file is fed to...
4
by: Dag Sunde | last post by:
Just wondering if anyone have looked into this? How to split up ones JavaScript library? A lot of very specific (and small) .js files, or a few larger files. I'm thinking about load-time...
11
by: Ron Vecchi | last post by:
I've used System.Web.Mail before but have never had the need to send attchemnets through it...until now. A client of mine would like a form on the website to allow a user to type up a message and...
5
by: BVM | last post by:
Hi: I have a problem when sending large email(more than 20Mb) from a web page. I got timeout error. How to overcome this problem? I am thinking to have a thread to send email. Once the thread...
7
by: Lau | last post by:
I need to send 1000 emails from an asp.net website. Normally I would use System.Web.Mail.MailMessage() to send thru an SMTP server. But the large amount of emails results in a timeout. My server...
0
by: Buddy Ackerman | last post by:
I'm sending file to the client (see sample code below) but when I send a large file the user gets a document contains no data message. response.contenttype = "application/x-unknown" myheader =...
0
by: Buddy Ackerman | last post by:
I'm sending file to the client (see sample code below) but when I send a large file the user gets a document contains no data message. response.contenttype = "application/x-unknown" myheader =...
2
by: Jenny | last post by:
Hello All! I have a long XML file that I should transmit to other computer using http. Problem is that the whole XML Document is too large for one transmitting. What is the nicest way to...
20
by: mike | last post by:
I help manage a large web site, one that has over 600 html pages... It's a reference site for ham radio folks and as an example, one page indexes over 1.8 gb of on-line PDF documents. The site...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.