zendframework / zend-filter

Filter component from Zend Framework
BSD 3-Clause "New" or "Revised" License
68 stars 35 forks source link

Show target if file could not be renamed because the target file exists. #43

Closed wolxXx closed 7 years ago

wolxXx commented 8 years ago

it was a little strange to know the source file but not the target file after uploading a file. before: "File '/tmp/php9XZSCg' could not be renamed. It already exists." after: "File '/tmp/php9XZSCg' could not be renamed to /new/path/fileName. It already exists."

thanks in advance.

froschdesign commented 8 years ago

@wolxXx

"File '/tmp/php9XZSCg' could not be renamed to /new/path/fileName. It already exists."

Do you really want to show all your pathnames and also all non-public pathnames?!

wolxXx commented 8 years ago

yes. there is no usable information.. i want to know, what file could not be overwritten. just knowing the name of the temporary file is useless.

wolxXx commented 8 years ago

any news here?

wolxXx commented 7 years ago

and now?

weierophinney commented 7 years ago

Thanks, @wolxXx