I found a couple of problems with the paths to the .js files when your Drupal installation is in a folder.

Comments

inktri’s picture

Priority: Normal » Critical
Status: Active » Needs work
riemann’s picture

Thanks, just one improvement:
The line
<script type="text/javascript" src="'.base_path().$path.'/SWFUpload.js"></script>
should read
<script type="text/javascript" src="'.base_path().$path.'/swfupload/SWFUpload.js"></script>
since the SWFUpload.js script lives in the swfupload subfolder.

wmostrey’s picture

Status: Needs work » Reviewed & tested by the community

This really should go in since it fixes a critical but easily solved bug.

robloach’s picture

StatusFileSize
new1.34 KB

Here's a rerolled patch with riemann path fix.

robloach’s picture

Status: Reviewed & tested by the community » Fixed

Included in this fix.

Anonymous’s picture

Status: Fixed » Closed (fixed)