php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #57788 Extension appears to rely on tmp_dir being set
Submitted: 2007-08-16 10:34 UTC Modified: 2009-01-21 05:47 UTC
From: tom at streamsense dot net Assigned: ramsey (profile)
Status: Wont fix Package: uploadprogress (PECL)
PHP Version: 5_2 CVS-2007-08-16 OS: Fedore Core 4
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
49 - 39 = ?
Subscribe to this entry?

 
 [2007-08-16 10:34 UTC] tom at streamsense dot net
Description:
------------
This version of the PHP Upload Progress extension appears to rely on the "upload temp directory" setting in PHP to be set (when unspecified in PHP.INI it is supposed to resort to a system default).



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-01-21 05:47 UTC] chregu@php.net
Please set the php.ini directive of

uploadprogress.file.filename_template

to a directory, which exists. then it should work.

default is "/tmp/upt_%s.txt"
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 11 01:01:31 2024 UTC