M
Mechphisto
I couldn't find an Ajax group to ask this in -- this is the closest
related group I could find. If someone could point me to one, I'd
appreciate it. (If there's anyone except spammers using this group.
Sheesh!)
I've a Web page I put together which uses javascript and Google API
Ajax to return to the page a display of files the user uploads. It
used to work great, and then today I noticed it's no longer working.
Could something have changed with the .js files it's linking to?
It's at http://www.girlscoutsmoheartland.org/photos/upload/imageupload.php
The files still upload to the server just fine, but it's no longer
displaying onto the page the result of the browse...upload.
I Googled for the files, but as far as I can tell I'm linking to the
latest ones:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/
jquery.min.js" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/
jquery-ui.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/
jqueryui/1.7.2/themes/ui-darkness/jquery-ui.css" type="text/css"
media="all" />
so, maybe that's not the issue...but the fact it worked great, no one
on this end touched it, and now it doesn't work, leads me to think
it's something on the linked .js end.
I appreciate any help or suggestions!
Liam
related group I could find. If someone could point me to one, I'd
appreciate it. (If there's anyone except spammers using this group.
Sheesh!)
I've a Web page I put together which uses javascript and Google API
Ajax to return to the page a display of files the user uploads. It
used to work great, and then today I noticed it's no longer working.
Could something have changed with the .js files it's linking to?
It's at http://www.girlscoutsmoheartland.org/photos/upload/imageupload.php
The files still upload to the server just fine, but it's no longer
displaying onto the page the result of the browse...upload.
I Googled for the files, but as far as I can tell I'm linking to the
latest ones:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/
jquery.min.js" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/
jquery-ui.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/
jqueryui/1.7.2/themes/ui-darkness/jquery-ui.css" type="text/css"
media="all" />
so, maybe that's not the issue...but the fact it worked great, no one
on this end touched it, and now it doesn't work, leads me to think
it's something on the linked .js end.
I appreciate any help or suggestions!
Liam