[jQuery] [autocomplete] Using a \n (new line) as the multipleSeparator in Internet Explorer does not work

2009-10-22 Thread Gabe
I've been getting some buggy behavior with IE7 when using a new line character as the multipleSeparator. Here is my sample code: $('#search_movies').autocomplete( 'ajax_movie_autocomplete', { mustMatch: true, multiple: true, multipleSepara

[jQuery] form plugin and file upload size

2009-03-11 Thread gabe
I seem to be capped at 7mb or so in file size. Nothing seems to really happen if I try and upload a file larger (smaller files work flawlessly) and ideas?