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

  • Home
  • SEARCH
  • 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 1063381
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T18:46:35+00:00 2026-05-16T18:46:35+00:00

If upload file with php , with simple way , i can do like

  • 0

If upload file with php , with simple way , i can do like this page

<?php 
  if($_FILES)
{
   DO UPLOAD 
}
?>
<form action='' enctype='multipart/form-data' method='post'>
  <input type="file" name="file">
  <input type="submit" name="upload" value="submit">
</form>

And now, i have to upload file but with out <form> tag like this

------index.html----
    <input type="file" name="file">
    <a href="upload.php">Upload</a>
--------------------

------upload.php-----
 CODE PHP TO UPLOAD FILE
---------------------

when click upload link , it can be a page that do upload.

But i don’t know how to the upload page can get file without tag form

Simple index.html only to send file name , and where it local to upload page proccess

sorry for my bad english

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

    It’s not quite clear what you want. But there is in fact a way to upload files without forms (and its POST request method/ctype). It’s called a “PUT” request. All major http libraries can do that. Major browsers only via AJAX.

    However, the receiving script must have specific support for it. Needs to check $_SERVER[REQUEST_METHOD] and read form php://input, and it really just allowed receiving a single file. It might even be necessary to set it up as Apache handler:

    First Google result: http://www.phpbuilder.com/manual/features.file-upload.put-method.php

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

Sidebar

Related Questions

I have an upload box... <form action=upload_file.php method=post enctype=multipart/form-data><BR> <label for=file>Filename:</label><BR> <input type=file name=file
I've got a simple HTML form, thus: <html> <head></head> <body> <form action=upload_file.php method=post enctype=multipart/form-data>
I use this simple script to build a simple image upload form - http://www.w3schools.com/PHP/php_file_upload.asp
I am running WAMP server. On file upload using PHP I see $_FILES[tmp_name] =>
I have a PHP validate statement for a file upload on a HTML form.
I was trying to make a file upload form and checked the PHP documentation
i am developing register form using php where i need to upload the file
I have a simple PHP upload page that when finished uploading runs a bit
Let's say that I have a file (file1.php) with a simple form with the
I need to upload file the server via .php file, and i've got this

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.