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 8459559
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T13:21:52+00:00 2026-06-10T13:21:52+00:00

How would I go about uploading an audio file using Restkit? I’ve looked around

  • 0

How would I go about uploading an audio file using Restkit? I’ve looked around the documentation and can’t seem to find anything about uploading files. Thanks for your help.

  • 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-10T13:21:54+00:00Added an answer on June 10, 2026 at 1:21 pm

    This article explains how: http://mobile.tutsplus.com/tutorials/iphone/advanced-restkit-development_iphone-sdk/

    Excerpt:

    NSString* myFilePath = @"/some/path/to/picture.gif";
    RKParams* params = [RKParams params];
    
    // Set some simple values -- just like we would with NSDictionary
    [params setValue:@"Blake" forParam:@"name"];
    [params setValue:@"blake@restkit.org" forParam:@"email"];
    
    // Create an Attachment
    RKParamsAttachment* attachment = [params setFile:myFilePath forParam:@"image1"];
    attachment.MIMEType = @"image/gif";
    attachment.fileName = @"picture.gif";
    
    // Attach an Image from the App Bundle
    UIImage* image = [UIImage imageNamed:@"another_image.png"];
    NSData* imageData = UIImagePNGRepresentation(image);
    [params setData:imageData MIMEType:@"image/png" forParam:@"image2"];
    
    // Let's examine the RKRequestSerializable info...
    NSLog(@"RKParams HTTPHeaderValueForContentType = %@", [params HTTPHeaderValueForContentType]);
    NSLog(@"RKParams HTTPHeaderValueForContentLength = %d", [params HTTPHeaderValueForContentLength]);
    
    // Send a Request!
    [[RKClient sharedClient] post:@"/uploadImages" params:params delegate:self];
    

    Enjoy!

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

Sidebar

Related Questions

Can anyone provide an explanation of how I would go about uploading several photos
I can't find any documentation about it except the examples. I'm trying to use
How would I go about uploading files to S3 from a Google Web Toolkit
How would I go about uploading an entire directory and all sub-directories and files
I would like detailed instructions on how to go about uploading a program onto
I'm building a per-user file browsing/uploading application using Django and when I run this
Been playing around with node.js and I am developing a file uploading web app
I wanted to find out how can one capture screencast using java. I know
Using Silverlight 3 to build a file upload app. It can upload files of
This was a question about testing file upload functionality using a local java server

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.