Ticket #1408 (closed defect: fixed)
PHP5 IIS file upload problem
| Reported by: | guest | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.96 |
| Component: | Plugins | Version: | trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
When running xinha under IIS using PHP 5.2.8 file uploads fail with an error saying bad permissions or file size exceeded. This is because the PHP is_file() function does not work on the temporary file used for file uploads "tmp_name". This is due to some IIS limitiation and AFAIK it will not be addressed by PHP developers.
Here is a patch that removes the dependency of is_file() for the xinha file/image manager.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
