Unable to upload image
wkteng - October 1, 2008 - 10:02
| Project: | Image Upload |
| Version: | 6.x-1.1 |
| Component: | Code |
| Category: | support request |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | postponed |
Jump to:
Description
I got this warning while trying to upload image:
"An HTTP error 0 occurred.
/image_upload/js"
Any clue??

#1
Applies also to version 1.1.
#2
Just disable devel module.
#3
I also get this warning while trying to upload an image:
"An HTTP error 0 occurred.
/image_upload/js"
The devel module has been disabled.
I can upload the file using the core upload module.
file size 12 MB .jpg
settings as follows:
php.ini
upload_max_filesize 40Mb
post_max_size 40Mb
memory_limit 80Mb
max_execution_time = 180
any more ideas?
#4
One of your modules is interfering with image_upload, messing up it's js. Most of the time this happens, the devel module is the one to blame (the same error can be encountered with devel + imagefield)
Try disabling anything but the basics, and try again. If the problem persists, let us know.