I've installed the newest versions of media, media gallery, and drupal 7.10 - and plupload.

I have the user interface for plupload and managed to upload a whole batch of images exactly once. Since then, I can only upload one file at a time. Whenever i try to upload more than one, every second file or so fails to upload - the mouse-over error msg states "http error".

The picture files I'm trying to upload are not very big, a couple hundred kb at most. Nor are the batch sizes large - it can't handle even 2 or 3 pictures.

I have googled and found that at least one person seems to have encountered this problem, however, his solution (recopying the .htaccess file) did not help me:
similar problem to mine

I've checked the drupal log reports where I get a repeated "access denied" for "plupload-handle-uploads". I think those reports correspond to my upload attempts.

I've also tested this in the newest Safari, Firefox and Chrome for OS X.7.2

I'm attaching a screenshot with the frozen screen.

Any help/pointers for what might be wrong is greatly appreciated as I'm pretty stuck here.

CommentFileSizeAuthor
plupload plops.jpg350.26 KBsiobhan_E2
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Liakoni’s picture

subscribe

slashrsm’s picture

Status: Active » Postponed (maintainer needs more info)

I've tried to reproduce this with no success. Can you tell me versions of all used modules?

One of the possible problems I see here is 'plupload_token', which is cheked in plupload_upload_access(). Do you know how to use step-debugger? Can you check which value you get for it in that function if yes?

florisla’s picture

I just experienced the same issue.

Files would upload to 80% or 99%, but then stall. Drupal's message log would show a file not found error for plupload-handle-uploads.

The solution in my case: a full clear of the Drupal cache and the browser cache.

slashrsm’s picture

Status: Postponed (maintainer needs more info) » Fixed

Status: Fixed » Closed (fixed)

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

gintass’s picture

Issue summary: View changes

I'm experiencing the same problem as described by siobhan_E2.
I don't have any problems uploading few hundred images with plupload on another website which has exactly the same setup. The main difference is that it uses dedicated hosting vs. shared hosting.

I wonder if uploading multiple images with plupload require more server resources (memory ?) than shared hosting can provide?