|
Author |
Topic: error in upload (Read 525 times) |
|
valcon
|
error in upload
« on: Oct 17th, 2004, 12:38am » |
|
My sketchs run on my PC but someone doesn't run on my site, after upload. I checked archive, name, ... tags.
|
|
|
|
bsr
|
Re: error in upload
« Reply #1 on: Oct 17th, 2004, 12:48am » |
|
need more details...
|
http://hippocamp.net
|
|
|
valcon
|
Re: error in upload
« Reply #2 on: Oct 17th, 2004, 1:12pm » |
|
This is the matter: when the page, with regular P5 applet, is loaded from the site in the browser the entire tag "<applet ... ...> </applet>" disappears! The code is present locally and on web server but isn't in browser. Thank you.
|
« Last Edit: Oct 17th, 2004, 1:14pm by valcon » |
|
|
|
|
bsr
|
Re: error in upload
« Reply #3 on: Oct 17th, 2004, 4:40pm » |
|
is java enabled in your browser? is the only thing i can think of.
|
http://hippocamp.net
|
|
|
bsr
|
Re: error in upload
« Reply #5 on: Oct 17th, 2004, 8:37pm » |
|
both work fine here!
|
http://hippocamp.net
|
|
|
valcon
|
Re: error in upload
« Reply #6 on: Oct 17th, 2004, 8:55pm » |
|
The files orologioa4.htm, orologioa5.htm appear in the browser without P5 applets that I've regularly uploaded and referenced! ------------------------------------------------------ Una "lancetta" che ruota rappresentando i secondi "The applet must be here" Codice .pde ------------------------------------------------------ The other pages in directory show entire contents. Thanks
|
« Last Edit: Oct 17th, 2004, 9:02pm by valcon » |
|
|
|
|
valcon
|
Re: error in upload
« Reply #7 on: Oct 19th, 2004, 6:41pm » |
|
I hope that nobody's boring cause this topic... The page orologioa4.htm is perfectly displayed on a PC different of mine! I'm investigating...
|
|
|
|
valcon
|
Re: error in upload
« Reply #8 on: Oct 21st, 2004, 7:01pm » |
|
The applets appear on all PC but mine!? I've changed size(250, 250) in size(180, 180) and... all rights!!! I'm investigating on Temporary Internet Files and save, save as, rename, export on web in P5.
|
|
|
|
cello
|
Re: error in upload
« Reply #9 on: Oct 22nd, 2004, 11:34pm » |
|
Keep in mind that java has its own cache you need to clear... Alternatively, I recommend simply renaming the folder you throw the applet in when you change it to avoid caching problems. That way people don't need to worry about dealing with the cache stuff. (There is actually a proper way to deal with cache in Java 2, but it's a bit complicated and I have not messed with it myself.) Marcello
|
|
|
|
|