Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7925541
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T18:20:12+00:00 2026-06-03T18:20:12+00:00

I need to upload file the server via .php file, and i’ve got this

  • 0

I need to upload file the server via .php file, and i’ve got this information:

Make a call to the: /uploadFiles.php with these parameters:

  • $_POST[‘user_id’]
  • $_FILES[‘image’]

So, my question is what does “call php with parameters $_GET[‘user_id’] and $_FILES[‘image’]” mean, and how do I make a call to php sucessfully.

I’ve already, for other needs, succesfully made call to the server via “POST” method, like this:

var client = WebClient();
client.UploadStringCompleted += new UploadStringCompletedEventHandler(client_UploadStringCompleted);
client.Headers["Content-Type"] = "application/x-www-form-urlencoded";
client.Encoding = Encoding.UTF8;

string toSend = "http://example.com/submit.php?userid=10";
client.UploadStringAsync(new Uri(toSend), "POST", "");

Of course, I did much research before posting, tried a lot of solutions from topics here:
https://stackoverflow.com/search?q=wp7+photo+upload

Thank you in advance for your help.

Update:

I found out all i need is to simulate this SIMPLE HTML UPLOAD form:

<form method='POST' enctype='multipart/form-data' action='http:/myserver.com/upload.php'>
File to upload <input type=file name=image><br>
user_id <input type=text name=user_id><br>
<br>
<input type=submit value=Press> to upload the file!
</form>

When i run this in web browser i get good response from upload.php, so i just need the way to simulate this in WP7, i tried everything, i’m desperate.

I used myToolkit like this, but same response like when i used webclient, restsharp, hammock:

var request = new HttpPostRequest("http://myserver.com/upload.php");
request.Data.Add("user_id", "389096"); // POST data
request.Files.Add(new HttpPostFile("image", "", e.ChosenPhoto, true)); // POST file
Http.Post(request, RequestFinished);
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T18:20:16+00:00Added an answer on June 3, 2026 at 6:20 pm

    I figured it out. I was sending incorrect FilyType parameter.
    I was sending image/jpg, image/jpeg, image/png, but when simulating HTML upload form we have to send “image/pjpeg”.

    I explained it, in details, here (i used RestSharp):
    http://nediml.wordpress.com/2012/05/10/uploading-files-to-remote-server-with-multiple-parameters/#more-234

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to upload a csv file to a server. works fine for smaller
Let's say a user is starting to upload a file to the server via
From my php script, i need to be able to upload a csv file
I need to upload a file in a database using an input form in
I need to upload a file from the client to an asp.net page. The
I need to upload a file in C# using an httpwebrequest. I don't need
I need to upload .dat file from jsp page. I am using struts. I
I have a scenario where I need to upload a file from one web
I'm writing GWT application where I need to upload video file and encode that
Inside a grails application, I need to upload a file under web-app/js, add a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.