|
 |
aspx thread: Uploading Files
Message #1 by Rahul Chugh <RChugh@s...> on Wed, 16 Jan 2002 19:11:47 -0500
|
|
Guys
i want to post multiple data using my code behind
i have asked this questions several times
help me out
Thanks
Rahul
**********************************************************************
This e-mail contains privileged attorney-client communications and/or confidential information, and is only for the use by the
intended recipient. Receipt by an unintended recipient does not constitute a waiver of any applicable privilege."
Reading, disclosure, discussion, dissemination, distribution or copying of this information by anyone other than the intended
recipient or his or her employees or agents is strictly prohibited. If you have received this communication in error, please
immediately notify us and delete the original material from your computer."
Sempra Energy Trading Corp. (SET) is not the same company as SDG&E or SoCalGas, the utilities owned by SET's parent company.
SET is not regulated by the California Public Utilities Commission and you do not have to buy SET's products and services to
continue to receive quality regulated service from the utilities."
**********************************************************************
Message #2 by "??? ??????" <zivf@m...> on Thu, 17 Jan 2002 11:45:06 +0200
|
|
explain "post multiple data"
-----Original Message-----
From: Rahul Chugh [mailto:RChugh@s...]
Sent: Thursday, January 17, 2002 2:12 AM
To: ASP+
Subject: [aspx] Uploading Files
Guys
i want to post multiple data using my code behind
i have asked this questions several times
help me out
Thanks
Rahul
**********************************************************************
This e-mail contains privileged attorney-client communications and/or
confidential information, and is only for the use by the intended
recipient. Receipt by an unintended recipient does not constitute a
waiver of any applicable privilege."
Reading, disclosure, discussion, dissemination, distribution or copying
of this information by anyone other than the intended recipient or his
or her employees or agents is strictly prohibited. If you have received
this communication in error, please immediately notify us and delete the
original material from your computer."
Sempra Energy Trading Corp. (SET) is not the same company as SDG&E or
SoCalGas, the utilities owned by SET's parent company. SET is not
regulated by the California Public Utilities Commission and you do not
have to buy SET's products and services to continue to receive quality
regulated service from the utilities."
**********************************************************************
Message #3 by Todd Carrico <ToddC@m...> on Thu, 17 Jan 2002 08:31:20 -0600
|
|
Rahul, every time I look at your post, and try to imagine what it is you are
trying to accomplish I draw a blank.
It sounds like you are trying to upload two files, at the same time by
concatenating them. You are using byte arrays, and trying to stream them to
another server.
It just sounds to me like a lot of work to get two files from point a to
point b. Have you thought of FTP or HTTP File Upload?
tc
-----Original Message-----
From: Rahul Chugh [mailto:RChugh@s...]
Sent: Wednesday, January 16, 2002 6:12 PM
To: ASP+
Subject: [aspx] Uploading Files
Guys
i want to post multiple data using my code behind
i have asked this questions several times
help me out
Thanks
Rahul
**********************************************************************
This e-mail contains privileged attorney-client communications and/or
confidential information, and is only for the use by the intended recipient.
Receipt by an unintended recipient does not constitute a waiver of any
applicable privilege."
Reading, disclosure, discussion, dissemination, distribution or copying of
this information by anyone other than the intended recipient or his or her
employees or agents is strictly prohibited. If you have received this
communication in error, please immediately notify us and delete the original
material from your computer."
Sempra Energy Trading Corp. (SET) is not the same company as SDG&E or
SoCalGas, the utilities owned by SET's parent company. SET is not regulated
by the California Public Utilities Commission and you do not have to buy
SET's products and services to continue to receive quality regulated service
from the utilities."
**********************************************************************
Message #4 by Rahul Chugh <RChugh@s...> on Thu, 17 Jan 2002 18:22:03 -0500
|
|
Thanks Todd
You understood me very correct.
The thing is that I am uploading multiple files using codebehind (component)
and I need to tear of the byte and insert file names into it so that other
application (point b) can read those files according to the convenience of
the file name and do there job.
if you have any other idea please let me know.
Thanks for understanding the problem
Rahul
-----Original Message-----
From: Todd Carrico [mailto:ToddC@m...]
Sent: Thursday, January 17, 2002 9:31 AM
To: ASP+
Subject: [aspx] RE: Uploading Files
Rahul, every time I look at your post, and try to imagine what it is you are
trying to accomplish I draw a blank.
It sounds like you are trying to upload two files, at the same time by
concatenating them. You are using byte arrays, and trying to stream them to
another server.
It just sounds to me like a lot of work to get two files from point a to
point b. Have you thought of FTP or HTTP File Upload?
tc
-----Original Message-----
From: Rahul Chugh [mailto:RChugh@s...]
Sent: Wednesday, January 16, 2002 6:12 PM
To: ASP+
Subject: [aspx] Uploading Files
Guys
i want to post multiple data using my code behind
i have asked this questions several times
help me out
Thanks
Rahul
**********************************************************************
This e-mail contains privileged attorney-client communications and/or
confidential information, and is only for the use by the intended recipient.
Receipt by an unintended recipient does not constitute a waiver of any
applicable privilege."
Reading, disclosure, discussion, dissemination, distribution or copying of
this information by anyone other than the intended recipient or his or her
employees or agents is strictly prohibited. If you have received this
communication in error, please immediately notify us and delete the original
material from your computer."
Sempra Energy Trading Corp. (SET) is not the same company as SDG&E or
SoCalGas, the utilities owned by SET's parent company. SET is not regulated
by the California Public Utilities Commission and you do not have to buy
SET's products and services to continue to receive quality regulated service
from the utilities."
**********************************************************************
**********************************************************************
This e-mail contains privileged attorney-client communications and/or confidential information, and is only for the use by the
intended recipient. Receipt by an unintended recipient does not constitute a waiver of any applicable privilege."
Reading, disclosure, discussion, dissemination, distribution or copying of this information by anyone other than the intended
recipient or his or her employees or agents is strictly prohibited. If you have received this communication in error, please
immediately notify us and delete the original material from your computer."
Sempra Energy Trading Corp. (SET) is not the same company as SDG&E or SoCalGas, the utilities owned by SET's parent company.
SET is not regulated by the California Public Utilities Commission and you do not have to buy SET's products and services to
continue to receive quality regulated service from the utilities."
**********************************************************************
|
|
 |