Some times when I try to use the Drupal File upload module, I get a pop up saying "HTTP error 0 occurred. /upload/js" this happens while the file is getting uploaded when i get the error the file stops uploading. This dosnt happen evry time but it dose happen occasionally. Dose anybody know a fix for it?

Comments

Nicolasdec’s picture

Anyone?

mot’s picture

Status: Active » Postponed (maintainer needs more info)

Please provide a better description on how to reproduce the problem, even though it does seem to happen only occasionally.

Nicolasdec’s picture

Well, It happens to me with drupal 6.x, Below is my PHP.ini settings.

safe_mode = off
max_execution_time = 999999
max_input_time= 999999
open_basedir =
output_buffering = on
upload_max_filesize = 150M
post_max_size = 300M

ztyx’s picture

@Nicolasdec: Are you still getting the error if you turn off clean URLs? This error is probably related to #240777: Attach: An HTTP Error 0 occurred (on file upload).

mot’s picture

Is this reproduceable with 6.5?

ortizmj12’s picture

Version: 6.2 » 6.6

I'm using Drupal 6.6, and I'm getting the same error. Except when I disabled clean URL's, I'm getting this error instead:

An HTTP error 0 occurred.
/drupal/?q=upload/js

Dave Reid’s picture

Status: Postponed (maintainer needs more info) » Closed (duplicate)