Go Back   CodingForums.com > :: Other forums > Forum feedback and announcements

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rating: Thread Rating: 2 votes, 2.50 average.
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 10-27-2012, 07:09 AM   PM User | #1
emily1
New to the CF scene

 
Join Date: Oct 2012
Location: Princeton
Posts: 0
Thanks: 0
Thanked 0 Times in 0 Posts
emily1 is an unknown quantity at this point
New Member Introduction.

Hello Good Morning Coders,

There is no section for introducing new members in this forum, So I am continuing my introducing myself from this section. Myself Emily Johnson from Princeton, NJ. By profession I am software Developer and Web Developer. I am here to share my experience and problems.

Thanks
Emily
emily1 is offline   Reply With Quote
Old 10-27-2012, 01:07 PM   PM User | #2
Redcoder
Regular Coder

 
Redcoder's Avatar
 
Join Date: May 2012
Location: /dev/couch
Posts: 309
Thanks: 2
Thanked 46 Times in 45 Posts
Redcoder has a little shameless behaviour in the past
Welcome Emily. Good to have you here.
__________________
For professional Hosting and Web design.....


NetEssentials.co.uk
Redcoder is offline   Reply With Quote
Old 10-28-2012, 10:27 AM   PM User | #3
DrMDodd
New to the CF scene

 
Join Date: Oct 2012
Posts: 0
Thanks: 0
Thanked 0 Times in 0 Posts
DrMDodd is an unknown quantity at this point
Emily,

Perhaps you can help me, I am looking for a transalation between PHP and C# for the following code:

foreach($files as $name => $file) {
$body .= '--' . $boundary . "\r\n";
$body .= 'Content-Disposition: form-data; name="'.$name.'"; filename="'.$file['name'].'"' . "\r\n";
$body .= 'Content-Type: application/octet-stream' . "\r\n";
#$body .= 'Content-Length: ' . strlen($file['content']) . "\r\n";
#$body .= 'Content-Transfer-Encoding: binary' . "\r\n";
$body .= "\r\n";
$body .= $file['content'] . "\r\n";
}

I am not sure what should go $file['content'] as this would normally be binary array. Regards,

Martin
DrMDodd is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 03:39 AM.


Advertisement
Log in to turn off these ads.