2009-12-09, 20:36:31
Hi!
I am an artist and my computer skills are relatively small - still learning. Here's what I do.
This is jquery.uploadify.v2.1.0.js example on local computer /WAMP - default setings/ everything is OK.
But when I try it on a remote computer, where my site is - this is what I see . . .
So I just ignore jquery.uploadify, removing the ID which call the plugin
There is no AJAX, but I can upload files, what is more important to me.
I am an artist and my computer skills are relatively small - still learning. Here's what I do.
This is jquery.uploadify.v2.1.0.js example on local computer /WAMP - default setings/ everything is OK.
But when I try it on a remote computer, where my site is - this is what I see . . .
So I just ignore jquery.uploadify, removing the ID which call the plugin
Code:
<form id="OTHER ID - NOT MAINFTP" class="fullform" action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post" enctype="multipart/form-data">
<p><input type="file" class="text" name="file" id="file" /></p>
<p><input type="submit" class="submit" name="submit" value="<?php echo $i18n['UPLOAD']; ?>" /></p>
</form>
There is no AJAX, but I can upload files, what is more important to me.