After clicking the Upload button I get the following message: Upload Error: 403 and the picture isn't uploaded.

Watchdog contains the following message:
Type: Access Denied
User: Anonymous
Location: www.mysite.xy/cms6/fupload/flash
Message: fupload/flash

User has the right to mass upload and a 'normal' single image upload does work normally.

Hope someone can help.

Regards,
Phoenix77

Comments

Phoenix77’s picture

My drupal6 settings.php contained the setting ini_set('session.use_trans_sid', 0);

Changed it to ini_set('session.use_trans_sid', 1); and after that Image FUpload worked.

Phoenix77

grandcat’s picture

Status: Active » Patch (to be ported)

That's it. Also don't forget to enable Cookies.
Thank you that you did some research by your-self.

grandcat’s picture

Status: Patch (to be ported) » Fixed

sry.

Status: Fixed » Closed (fixed)

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

tevih’s picture

Status: Closed (fixed) » Active

I tried this change and it did not work. Still get error 403 and won't upload images. Cookies are enabled.

grandcat’s picture

Status: Active » Closed (fixed)

I could also be another thing, like mod_security.

juves’s picture

Assigned: Unassigned » juves
Status: Closed (fixed) » Active

The same problem. Logged in as admin.

access denied, fupload/flash , Anonymous

No mod_security, #1 doesn't work

rc2, dev.

xampp, php 5.3.1

juves’s picture

Status: Active » Closed (fixed)

Browser problem :(

Opera 10.52.3363

aeffaeff’s picture

same problem with chrome 5.0.375.99 / firefox 3.6.6 works

Jean Gionet’s picture

I'm getting the same thing with FF 3.6.13. I am using FF over a proxy. Could this be the underlying issue?
very annoying :(

Jean Gionet’s picture

Status: Closed (fixed) » Active
stephaneheller’s picture

I have the same error 403 when uploading images form our corporate network. But once in a while one of the images succeeds in uploading.
Everything works fine on my private Internet access, same computer, same navigator, same site...

- no mod_security
- cookies enabled
- #1 does not work
- #3 in http://drupal.org/node/647368 did not work
- tried on Mac (Safari 5.05, Chrome 11.0.696.71, FF 3.6 and FF4)
- all images are same size
- Image FUpload 6.x-3.x-dev

vinoth.3v’s picture

same error here.

I have tried all the solutions of "403 errors" in issue queue of this module.
I am on Image FUpload 6.x-3.x-dev + ubuntu + Flash 10 + FF5/Chromium

alexmc’s picture

Same issue here.

I think I am using the same software as vinoth.3v above...

I have tried all the solutions of "403 errors" in issue queue of this module.
I am on Image FUpload 6.x-3.0-rc2 + ubuntu + Flash 10 + Firefox and Google Chrome.

PHP 5.3 (shouldn't matter, right?)

grandcat’s picture

Perhaps it's a proxy thing. Please contact your provider for more information.

vinoth.3v’s picture

Proxy? I am using webfaction(my aff. link), and yes it has proxy behind server. But I have enabled "reverse_proxy" in 'settings.php"

munyiva’s picture

#1 worked for me :-)