This has several reasons, one is a bug: file_check_directory fails to create directories recusivly.

the other is a feature, it does not show any messages to the user, that a directory has been created (which is nonsense anyway)

CommentFileSizeAuthor
#2 swfupload-810918-1.patch786 bytesskilip

Comments

eugenmayer’s picture

function swfupload_swfupload(&$file, $op, &$instance, $widget) {
..
..
file_check_directory($file->file_path, FILE_CREATE_DIRECTORY);

should be

function swfupload_swfupload(&$file, $op, &$instance, $widget) {
..
..
field_file_check_directory($file->file_path, FILE_CREATE_DIRECTORY);
skilip’s picture

Status: Reviewed & tested by the community » Patch (to be ported)
StatusFileSize
new786 bytes
skilip’s picture

Status: Patch (to be ported) » Fixed

Added in BETA5

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.