[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

6.6

file upload to https server not working

Asked by simongod in Microsoft Visual C++.Net

Tags: https

i am sending a file to a https server and i am not getting back the same results as iexplorer is, or the same page.  my page has an error that its displays, which is

"Error: Cannot find bean: "UploadBean" in any scope"

i captured the stream from iexplorer and my app and its the same thing being sent.  any ideas?  here is the file that i am sending using multipart-form content type

StringBuilder^ sData = gcnew StringBuilder();

      sData->Append("--" + sBoundary);
      sData->Append("\r\n");
      sData->Append("Content-Disposition: form-data; name=\"firstTime\"");
      sData->Append("\r\n\r\n");
      sData->Append("F");
      sData->Append("\r\n");
      sData->Append("--" + sBoundary);
      sData->Append("\r\n");
      sData->Append("Content-Disposition: form-data; name=\"prevFileName\"");
      sData->Append("\r\n\r\n");
      sData->Append(sFileName);
      sData->Append("\r\n");
      sData->Append("--" + sBoundary);
      sData->Append("\r\n");
      sData->Append("Content-Disposition: form-data; name=\"theFile\"; filename=\"");
      sData->Append(sFileName);
      sData->Append("\"");
      sData->Append("\r\n");
      sData->Append("Content-Type: application/vnd.ms-excel");
      sData->Append("\r\n\r\n");
      sData->Append(sFileData);
      sData->Append("\r\n");
      sData->Append("--" + sBoundary + "--\r\n");

i am using StringBuilder to hold the data then converting that to a String which is then converted to Bytes, then written to the stream

ostData = sData->ToString();
      ByteArray = Encoding::UTF8->GetBytes(postData);
      postStream = request->GetRequestStream();
      postStream->Write(ByteArray, 0, postData->Length);
      postStream->Close();

any ideas on what i am doing wrong here?

[+][-]08/01/06 01:52 PM, ID: 17228186Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/01/06 02:22 PM, ID: 17228447Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/01/06 02:26 PM, ID: 17228471Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/02/06 01:28 PM, ID: 17236829Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/02/06 01:28 PM, ID: 17236834Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/03/06 01:32 AM, ID: 17239890Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/03/06 09:14 AM, ID: 17242995Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/03/06 11:46 AM, ID: 17244327Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/08/06 02:34 PM, ID: 17274935Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/09/06 09:20 AM, ID: 17280630Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/09/06 10:35 AM, ID: 17281233Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08/09/06 11:22 AM, ID: 17281638Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08/09/06 02:51 PM, ID: 17283323Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: Microsoft Visual C++.Net
Tags: https
Sign Up Now!
Solution Provided By: DanRollins
Participating Experts: 2
Solution Grade: B
 
[+][-]08/31/06 05:56 PM, ID: 17433805Administrative Comment

Experts Exchange has a courteous staff of administrators who help members get the most out of the website by means of administrative comments like this one.

Start your 30-day free trial to view this Administrative Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-89