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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T18:47:15+00:00 2026-05-27T18:47:15+00:00

Give a HTTP Filesystem API which accepts GET /storage/filename PUT /storage/filename Request body: the

  • 0

Give a HTTP Filesystem API which accepts

GET /storage/filename
PUT /storage/filename
Request body: the file contents

and these headers

Content-Length: ...
Content-Type: application/octet-stream

How can one build a backbone.js File Model which works with it? (e.g. get file contents in a variable, put back updated contents)

If backbone.js doesn’t support this, how would jQuery ajax requests look like?

  • 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-05-27T18:47:16+00:00Added an answer on May 27, 2026 at 6:47 pm

    While I haven’t found support in jQuery/backbone, here’s how it can be done:

    var xhr = new XMLHttpRequest();
    xhr.open('GET', "url", true);
    xhr.setRequestHeader("Authorization", token);
    xhr.responseType = "text";
    
    xhr.onload = function(e) {
      if (this.status == 200) {
        var contents = this.response;
        console.log("RECEIVED " + contents);
       }
    };
    
    xhr.send();
    

    More details at http://www.html5rocks.com/en/tutorials/file/xhr2/

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

Sidebar

Related Questions

Can anyone give me a HTTP PUT request example code for Android?
I'm looking at the following API: http://wiki.github.com/soundcloud/api/oembed-api The example they give is Call: http://soundcloud.com/oembed?url=http%3A//soundcloud.com/forss/flickermood&format=json
http://developers.facebook.com/docs/reference/api/post/ doesn't seem to give a clue about it. Would Install(ed) be an action?
I use a javascript API from (http://www.iplocationtools.com) to give me the location data from
A bit of JQuery taken from http://briancray.com/2009/05/06/twitter-style-alert-jquery-cs-php/ which should give a nice old-twitter style
I can parse a file that looks like: <a href=http://www.youtube.com/watch?v=DpQNMBzwShs></a> but when I give
Taxonomy term path: http://api.drupal.org/api/function/taxonomy_term_path Returns the unaliased path. I used pathauto to give the
I want to create an async http request. Where to start? Can you give
I do have the home html file, when I give the context root http://localhost:8080/ccc
I'm tried make an http request to google page,but it not works and give

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.