Closed (fixed)
Project:
Drupal core
Version:
4.7.0-rc2
Component:
upload.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Apr 2006 at 10:05 UTC
Updated:
26 Apr 2006 at 17:30 UTC
Have reinstalled new RC2. Have found that upload refusees to work. When I want to upload a file to a node, the progress just stucks!
P.S. The same problem was with RC1 (though it was my fault). The beta 4 was Ok. Don't know of beta 5 & 6.
Comments
Comment #1
dopry commentedWhich browser? Can you capture the ajax session using the firefox firebug extension? Does it happen with js disabled?
Comment #2
doq commentedMSIE 6 (js turned on).
Will try in some time.
Comment #3
chx commentedRemoving exclamation marks from title, it hurts my eyes.
Comment #4
doq commentedU meant firefox' js console? It encounters no errors. Firefox works great.
IE6 works for beta 4, not for RC2.
Comment #5
Zen commentedIt works fine for me on IE6 XP SP2 on two different boxes locally. Also had a mate using IE6 on Win2k test it - all OK (in HEAD). What file types are you uploading? File size etc..
Downgrading as this has not be reproducible.
Thanks
-K
Comment #6
moshe weitzman commentedI am seeing really bad behavior too on one of my sites. Preview just about never shows an attachment and new nodes always just discard their attachments. This is not browser specific. I am not seeing this behvavior in my local install so I don't know whats up.
Zen/dopry - feel free to login with test/test to http://www.bayhdole25.org and post blog entries with attachments. Just use .txt files. Delete your nodes when you are done. The 'list attachments' by default setting is Enabled. You guys can contact me for shell access if needed.
Comment #7
killes@www.drop.org commentedI can upload txt files just fine.
I think it might be a browser cache issue. We made changes to the Drupal JS files and your browser might still have the old ones cached.
Comment #8
moshe weitzman commentedthere is no javascript involvement when you upload by pressing the preview or submit buttons. even on my own HEAD install, i am not seeing the attachment during preview of a new node (yes, list checkbox is checked).
that http://www.bayhdole25.org site is running HEAD as of a couple hours ago.
Comment #9
Zen commentedTesting on bayhdole25 using IE6 XP SP2 with JS enabled:
1. Browsed for txt file. Clicked attach. Attached fine.
2. Clicked preview. Attachment still listed.
3. Clicked submit. Attachment added.
4. Repeated procedure and clicked submit without any previewing. Attachment added.
The only "bug" I noticed was that checking the "delete" checkbox and clicking on preview did not delete the attachment. Works only when the post is submitted.
Perhaps those who are seeing this bug can test this out with JS disabled and caches cleared?
doq: Can you see this issue on bayhdole25?
Cheers
-K
Comment #10
tenrapid commentedWhile the JS upload works fine I have the following problem in IE & Firefox and with JS enabled/disabled:
('List' is on by default)
1. Browse for a file.
2. Click Preview
3. The file appears in the list but the list checkbox is not checked.
If I cklick on the JS extended Attach aftwerwards the list checkbox gets checked.
Comment #11
catdevrandom commentedI also found issues with this module. I'm using Gentoo on an Sempron 64bits machine, binary Firefox 1.5.0.1. My instalation is not on the root of the web acessible, it's on /drupal (so, my files directory is /drupal/files, but in the setting I used just "files". Its permissions are 777, owned by my user on the host, not by the apache user). Tried to upload a 15kb jpeg picture ad a txt with just one line of text. These are the steps:
- Login as the first user.
- Create a new story;
- Type some text;
- Find the file to attach with browse;
- Click on "Attach";
- The file appears with delete unchecked and list checked. The size of the file is ok.
- Click on "Submit".
- The file doesn't show on list and is not in the files directory (checked through ssh).
The same happens when editing an existing story and also with the pages. Tried to clear all private date, but the error is still there. Also tried with a new user that has the role "admin", which I created and gave all the permissions.
Another thing that happens is:
- Create a new story;
- Type some text;
- Find the file to attach with "Browse";
- Click on "Attach";
- The file appears with delete unchecked and list checked. The size of the file is ok.
- Find another file to attach with "Browse";
- The first file is gone.
I tested on Opera 8.52 and it works perfectly. In Konqueror, the progress bar when I click "Attach" never stops rolling.
Hope this helps.
Comment #12
Steven commentedThis issue is about problems with uploading itself, not with attributes of files. I believe this was a browser cache issue. Marking won'tfix. Please comment on the relevant issue about the list checkbox, there is already one.
Comment #13
(not verified) commented