php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "original file name"

What are some best practices for handling file downloads in PHP to ensure the original filename is preserved?

When handling file downloads in PHP, it is important to ensure that the original filename is preserved for a better user experience. One common way to...

What are the differences between using tmp_name and name when accessing uploaded files in PHP?

When accessing uploaded files in PHP, it is important to understand the difference between using `tmp_name` and `name`. The `tmp_name` is the temporar...

What is the issue with retrieving the name of a converted image in PHP after uploading it?

The issue with retrieving the name of a converted image in PHP after uploading it is that the original name of the file may be lost during the convers...

Are there any workarounds or alternative methods to retrieve file creation dates in PHP other than using $_FILES['name']?

The issue with using $_FILES['name'] is that it only provides the original name of the file uploaded, not the creation date. To retrieve the creation...

How can the use of $_FILES['image']['tmp_name'] instead of $_FILES['image']['name'] impact the file upload process in PHP?

Using $_FILES['image']['tmp_name'] instead of $_FILES['image']['name'] ensures that the file is properly uploaded and saved on the server. The 'tmp_na...

Showing 21 to 25 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1999 2000 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.