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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T04:42:22+00:00 2026-06-06T04:42:22+00:00

I am working on social networking site where user can post photo and text

  • 0

I am working on social networking site where user can post photo and text on single form submission like facebook wall post.
What should be the form type. Is there any example please share.

  • 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-06T04:42:23+00:00Added an answer on June 6, 2026 at 4:42 am

    Your form should have enctype set to “multipart/form-data“.

    Here is an example:

    <form method="post" action="index.php" enctype="multipart/form-data">
        <input type="text" name="text">
        <input type="file" name="video">
        <input type="submit" name="just_a_button">
    </form>
    

    Of course, you need a proper PHP (or other server-side language) script on your server side to process such form.

    Additional restrictions in maximum file size may occur on both browser and server side (PHP environment configuration). So for sending video files I would strongly suggest considering some ready plugins, for jQuery, a Flash uploader or sth., that streams files being sent, part-by-part, instead of sending whole file at once. In general, 30-50 MB or larger files are difficult to send, just via a simple HTML form, due to these restrictions.

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

Sidebar

Related Questions

I am working on a social networking site and it has a wall like
I'm working on a website that will use features of social networking (like facebook
I am working on social networking site. now our team decide to store user
I am working on a social networking site, where users can send messages to
I am working on a social networking site. Something that I would like to
About to start working on a social networking site, but I'd like to incorporate
I am working on a social networking site where people can comment on posts,
I am developing a social networking site. It has functionality like user registration, people
I've been working on the database for a very basic social networking site: all
I am working on a social site where users can block other users. Throughout

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.