Closed (duplicate)
Project:
Drupal core
Version:
6.6
Component:
upload.module
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2008 at 15:55 UTC
Updated:
4 Jan 2009 at 06:15 UTC
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
Comment #1
Nicolasdec commentedAnyone?
Comment #2
mot commentedPlease provide a better description on how to reproduce the problem, even though it does seem to happen only occasionally.
Comment #3
Nicolasdec commentedWell, 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
Comment #4
ztyx commented@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).
Comment #5
mot commentedIs this reproduceable with 6.5?
Comment #6
ortizmj12 commentedI'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:
Comment #7
dave reidMarking as a duplicate of #240777: Attach: An HTTP Error 0 occurred (on file upload).