Form_remote_upload

Hey all,
I just upgraded rails to 1.1.2, and form_remote_upload now prevents
my
application.rhtml layout from being processed. I’m not sure if the
problem
lies with v 1.1.2, or if upgrading the gems screwed stuff up. Anybody
have
any ideas?

Rob

Rob,

Check if you are using upload_progress. If you are check the changelog
and
notes for 1.1 and up. There were some notes about that part being
dropped
from the release and how you could still use it with a plugin.

Hope it helps,

Adrian M.

yeah, it’s not the upload progress it is one that I found on
kylemaxell.comcalled form_remote_upload.

Rob M. wrote:

yeah, it’s not the upload progress it is one that I found on
kylemaxell.comcalled form_remote_upload.

Anyone knows how to fix it?