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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T11:59:01+00:00 2026-05-23T11:59:01+00:00

I am building a website where people can upload video with the file size

  • 0

I am building a website where people can upload video with the file size restriction of 1GB. Firefox>3.6 and Chrome>11 are the only browsers i intend to support. Is there any advantage/disadvantage of file uploads using PUT method over POST method for huge files. How does different http methods affect the performance of the website?

  • 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-23T11:59:01+00:00Added an answer on May 23, 2026 at 11:59 am

    I have no personal opinion on this matter but here are some resources that may help you:

    • http://www.elharo.com/blog/software-development/web-development/2005/12/08/post-vs-put/

    PUT is a much more limited operation that never does anything more than PUT one page at a specified URL. It is idempotent, which is a fancy way of saying that doing it twice is the same as doing it once. Both PUT and POST can be used to create new pages. However PUT should be used when the client specifies the location for the page. PUT is normally the right protocol for a web editor like DreamWeaver or BBEdit. POST is used when the client gives sends the page to the the server, and the server then tells the client where it put it. POST is normally the right protocol for a blog editor like TypePad or anything that inputs into a content management system. In SQL analogy, POST is an INSERT with an automatically generated primary key, and PUT is an INSERT that specifies the primary key in the INSERT statement.

    • PUT vs. POST for files upload RESTful api to be built using Zend Framework
    • PUT vs POST in REST
    • http://upload.thinfile.com/docs/put.php

      The PUT method, though not as widely used as the POST method is perhaps the more efficient way of uploading files to a server. This is because in a POST upload the files neede to be combined together into a multipart message and this message has to be decoded at the server. In contrast, the PUT method allows you to simply write the contents of the file to the socket connection that is established with the server.


    From my understanding of reading the above links, skimming over the mains sections tells me that PUT methods are mainly used for raw data with no organization to the content, there not encoded or split into multi part messages.

    PUT seems like Socket to Socket connection such as Telnet <> Mail Server, so using POST may provide more of an underlying framework to uploading multiple files in a single batch, as you already have the boundaries built in my the POST method

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

Sidebar

Related Questions

I'm building a website where I hook people up so that they can anonymously
I'm building a gambling-related website where people can be on soccer fixtures (matches). A
I am building a website on wich people can get some infos based on
I am building a simple Rails website, where users can create posts and people
I am building a website templating system where multiple user can create their own
I want to build a website where people can create tests with questions and
I'm building a website that lets people create vocabulary lessons. When a lesson is
I'm building a website where college students can order delivery food. One special attribute
I am building a website which allows people to send out emails to people
I am interested in building a standard/basic email application where people can log in

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.