I\'m trying to make uploadify 3.0 (jQuery based file uploading script) work, however seems I cant. Here\'s how I\'m using it:
I use the JQuery plugin Uploadify开发者_运维百科 for uploading files. It works fine in all browsers. If however I imlement a passwort protection via .htaccess like this
Using an Uploadify and JGrowl combo: <link rel=\"stylesheet\" type=\"text/css\" href=\"css/default.css\" /><link rel=\"stylesheet\" type=\"text/css\" href=\"css/jgrowl.css\" />
I\'m trying to use uploadify to upload images to a remote server. I\'ve have done everything I can think of for the cross scripting issue or whatever.
Can someone please have a look at this code i have been working non stop with this and really struggling to get it working, cant understand where i am going wrong.
I\'ve been using uploadify for about an hour now and think its gr开发者_Python百科eat but I\'ve just checked it in IE and the queue doesn\'t display. The file uploader still works and does everything
I\'m using uploadify straight out of the box, I havnt modified it in any way. It\'s uploading files great, so now I\'ve got that sorted I wanted to sort out what happens if the file doesn\'t upload fo
Hi Buddies, I got the error when I use uploadify only on IE. the following is my setting <script type=\"text/javascript\" src=\"script/jquery-1.4.2.min.js\"></script>
so this may have something to do with my JS request being from uploadify, but basically what i want to do is on an uploadify JS request, i want to set a session value.this does not seem to work.
I am getting an http 500 error when using uploadify on Ubuntu. The server has write permissions on the folder.