By binduwavell on
I have restricted access to most of my site using taxonomy access. I do however allow anonymouse folks to create stories and to upload attachments to the stories. Stories are moderated so the user doesn't actually get to see the story they create, they simply go back to the home page. The user can fill in the Attach New File field and click Submit and everything works. If however they click the Attach button, the new ajax thingy starts up, and never completes! Is there an easy way to selectively remove the ajax upload capability from the create new story page? (I only need one file uploaded). Or better yet, to fix this problem so that the ajaxy stuff works?
Thanks,
-- Bindu Wavell
Comments
Works in IE, not Firefox
I just discovered that it's working in IE, but not firefox.
-- Bindu Wavell
VP. Engineering
Zia Consulting, Inc.
it's not working for me in ff OR ie
In Firefox, I get the "progress bar" but nothing happens.
In IE, I get an infinite loop of javascript errors. "An error occurred: Unspecified error."
-- Mike
ok, i lied. it's just broken in IE
I was having server configuration problems that broke all AJAX. I fixed that, and now I'm seeing the same as Bindu; it works in IE, but not FF.
What configuration did you change?
I have exactly the same problem. Not working in either browser, same symptoms.
It was working before, but stopped shortly after my ISP upgraded PHP 4.3.10 on PHP 4.4.2.
Do you see a correlation? What configuration did you change?
Thanks in advance for saving me!
--Josef
Resolution
As documented in the following bug: http://drupal.org/node/34807
It appears that the Linkification extension for Firefox was putting a span tag somewhere that was breaking upload.
-- Bindu Wavell
VP. Engineering
Zia Consulting