I'm testing a fresh installation of Drupal 4.7.0 beta 1, and it sures looks promising :-). However, I cannot get the upload attachment feature to work correctly. Here's what I do to reproduce the problem:

Create Content | Page
Enter title and body
Click File Attachments
Click Choose (file)
I choose a regular .jpg file.
I click Attach and the file gets uploaded

Now, the image is now listed (along with previous uploads?) and theres a checkmark in the "list" box. (see the image I have attached. Now, the listed url of the images reveals that the image should be located in the files folder (ex http://www.oldrup.dk/drupaltest/files/img_3080.jpg). The image is not shown or listed along with the page, and with FTP I can see that the uploaded files stays in the /files/tmp folder. Both folders have 777 attributes, and no errors (safe mode?) are logged or shown.

I've tried both with firefox 1.5 and opera 8.51, javascript on.

Need more details? I'd really like this sorted :-D

CommentFileSizeAuthor
attachmentdialog.png13.67 KBnetbjarne
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

PierreM-1’s picture

I can reproduce this bug as well. But for me files are not even listed just after I attached them!

They are not uploaded as well to the file folder (but they show in /tmp).

Junyor’s picture

Status: Active » Closed (duplicate)

Duplicate of http://drupal.org/node/39358. Try applying that patch or updating to HEAD and reopen if the problem persists.

netbjarne’s picture

Status: Closed (duplicate) » Closed (fixed)

I've just testet this 4.7.0 beta 2, and now it works nicely. Changes status to "closed", hopes that correct.