Share source code upload file dengan php,

tuanngocfoster

New member
#Php #uploadfile #SourceCode #tutorial #WebDev ## Mã nguồn tải lên Tệp Dengan PHP

Trong hướng dẫn này, tôi sẽ chỉ cho bạn cách tải lên một tệp với PHP.Tôi sẽ sử dụng các bước sau:

1. Tạo một tệp PHP.
2. Tạo một biểu mẫu với trường đầu vào cho tệp.
3. Sử dụng hàm `file_upload ()` để tải lên tệp.
4. Hiển thị tệp đã tải lên trên trang.

### 1. Tạo tệp PHP

Đầu tiên, tạo một tệp PHP mới.Bạn có thể đặt tên cho nó bất cứ thứ gì bạn thích, nhưng đối với hướng dẫn này, tôi sẽ gọi nó là `upload.php`.

### 2. Tạo một biểu mẫu với trường đầu vào cho tệp

Tiếp theo, chúng ta cần tạo một biểu mẫu với trường đầu vào cho tệp.Biểu mẫu sẽ cần phải có các yếu tố sau:

* A `<form>` Thẻ.
* A `<input type =" file ">` phần tử.
* A `<input type =" Gửi ">` Phần tử.

Đây là mã cho biểu mẫu:

`` `PHP
<form action = "upload.php" method = "post" acst
<input type = "file" name = "file">
<input type = "gửi" value = "tải lên">>
</Form>
`` `

### 3. Sử dụng hàm `file_upload ()` để tải lên tệp

Bây giờ chúng ta có một biểu mẫu, chúng ta cần sử dụng hàm `file_upload ()` để tải lên tệp.Hàm `file_upload ()` có hai đối số:

* Tên của trường đầu vào tệp.
* Đường dẫn đến thư mục nơi bạn muốn tải lên tệp.

Dưới đây là mã để sử dụng hàm `file_upload ()`:

`` `PHP
if (isset ($ _ post ['file'])) {
$ file = $ _files ['tệp'];

// Kiểm tra xem tệp đã được tải lên thành công.
if ($ file ['error'] == upload_err_ok) {
// Di chuyển tập tin đến vị trí mong muốn.
Move_upLoaded_File ($ File ['tmp_name'], 'Tải lên/'. $ File ['name']);
}
}
`` `

### 4. Hiển thị tệp đã tải lên trên trang

Cuối cùng, chúng ta cần hiển thị tệp đã tải lên trên trang.Chúng ta có thể làm điều này bằng cách sử dụng mã sau:

`` `PHP
if (isset ($ _ post ['file'])) {
$ file = $ _files ['tệp'];

// Kiểm tra xem tệp đã được tải lên thành công.
if ($ file ['error'] == upload_err_ok) {
// Hiển thị tệp đã tải lên.
echo '<img src = "tải lên/'. $ file ['name']. '">';
}
}
`` `

### Mã hoàn chỉnh

Dưới đây là mã hoàn chỉnh cho tệp upload.php:

`` `PHP
<? PHP
if (isset ($ _ post ['file'])) {
$ file = $ _files ['tệp'];

// Kiểm tra xem tệp đã được tải lên thành công.
if ($ file ['error'] == upload_err_ok) {
// Di chuyển tập tin đến vị trí mong muốn.
Move_upLoaded_File ($ File ['tmp_name'], 'Tải lên/'. $ File ['name']);
}
}

if (isset ($ _ post ['file'])) {
$ file = $ _files ['tệp'];

// Kiểm tra xem tệp đã được tải lên thành công.
if ($ file ['error'] == upload_err_ok) {
// Hiển thị tệp đã tải lên.
echo '<img src = "tải lên/'. $ file ['name']. '">';
}
}
?>
`` `

### 5 hashtags

* #Php
* #cập nhật dử liệu
* #mã nguồn
* #tutorial
* #WebDev
=======================================
#Php #uploadfile #SourceCode #tutorial #WebDev ## Source Code Upload File dengan PHP

In this tutorial, I will show you how to upload a file with PHP. I will be using the following steps:

1. Create a PHP file.
2. Create a form with an input field for the file.
3. Use the `file_upload()` function to upload the file.
4. Display the uploaded file on the page.

### 1. Create a PHP file

First, create a new PHP file. You can name it anything you like, but for this tutorial, I will call it `upload.php`.

### 2. Create a form with an input field for the file

Next, we need to create a form with an input field for the file. The form will need to have the following elements:

* A `<form>` tag.
* A `<input type="file">` element.
* A `<input type="submit">` element.

Here is the code for the form:

```php
<form action="upload.php" method="post" enctype="multipart/form-data">
<input type="file" name="file">
<input type="submit" value="Upload">
</form>
```

### 3. Use the `file_upload()` function to upload the file

Now that we have a form, we need to use the `file_upload()` function to upload the file. The `file_upload()` function takes two arguments:

* The name of the file input field.
* The path to the directory where you want to upload the file.

Here is the code for using the `file_upload()` function:

```php
if (isset($_POST['file'])) {
$file = $_FILES['file'];

// Check if the file was uploaded successfully.
if ($file['error'] == UPLOAD_ERR_OK) {
// Move the file to the desired location.
move_uploaded_file($file['tmp_name'], 'uploads/' . $file['name']);
}
}
```

### 4. Display the uploaded file on the page

Finally, we need to display the uploaded file on the page. We can do this by using the following code:

```php
if (isset($_POST['file'])) {
$file = $_FILES['file'];

// Check if the file was uploaded successfully.
if ($file['error'] == UPLOAD_ERR_OK) {
// Display the uploaded file.
echo '<img src="uploads/' . $file['name'] . '">';
}
}
```

### Complete Code

Here is the complete code for the upload.php file:

```php
<?php
if (isset($_POST['file'])) {
$file = $_FILES['file'];

// Check if the file was uploaded successfully.
if ($file['error'] == UPLOAD_ERR_OK) {
// Move the file to the desired location.
move_uploaded_file($file['tmp_name'], 'uploads/' . $file['name']);
}
}

if (isset($_POST['file'])) {
$file = $_FILES['file'];

// Check if the file was uploaded successfully.
if ($file['error'] == UPLOAD_ERR_OK) {
// Display the uploaded file.
echo '<img src="uploads/' . $file['name'] . '">';
}
}
?>
```

### 5 Hashtags

* #Php
* #uploadfile
* #SourceCode
* #tutorial
* #WebDev
 
Join Telegram ToolsKiemTrieuDoGroup
Back
Top