By Wired Starion on
Hello,
I am having the following problem using the Filemanager and Attachment modules. When I enter the name of a file that I want to attach and then click the "Add attachment" button, I get the page back with the error "No file selected.". What is wrong?
Justin
Comments
No file selected
I am having the same problem and I don't know how to correct it. I've ised the upload module and I get a message that my file has been uploaded but when I check my directory there is no file there. With the attachment module I just get "no file selected". I have verified the appropriate permissions for the upload folder. Any help would be greatly appreciated. Thanks!
To err is human, but it's against company policy.
I'm getting identical
I'm getting identical behavior...did you ever figure it out?
Figure upload part out.
I had other issues with the attachment module (transferring private files appears to be broken). So I went back to the upload module, but I did figure out that it was a php upload limit in php.ini. Mind you, I set my limits to 50M and still can't upload files over 20M, but at least I figured out what was going on and can upload up to 20 M
PHP Upload HOWTO
Thanks, Anner!
For those of you unfamiliar with configuring PHP via an Apache config file. This is the line I had to add to my .htaccess file to increase PHP's upload file size limit (default 2MB) to 10 MB:
php_value upload_max_filesize "10M"- John (JohnAlbin)
receiving the error due to your fileupload being REQUIRE
There is definitely some buggy behavior in the scripts if you set the field in question to required. Is this what is occurring in your specific example?
Same problem in Drupal 6
I am having this same problem in Drupal 6.14, however it is unique to one user. All permissions are correct for this user, however when trying to use the 'file attachments' it comes back with a "no file chosen" or "no file selected" error. I have tested it on other users with the same role and file attachments work correctly.
Does anyone have any ideas?