I am in need of some feedback for a test page I have setup. The page consists of a simple form where you can select image files for uploading and a preview pane to the left that will show a preview of the file that is selected for upload. There are ten separate upload boxes, each tied to a different javascript code to activate the preview pane. (The form doesn't actually upload to anywhere as there is no submit button, it is just a dummy form for testing purposes only.)
What I am trying to test is to see which of my scripts work properly in showing the preview and which don't. In addition, there is a simple button at the bottom that is coded to swap the preview image with another one that gets loaded from the web server. If you do test this page, please post a comment here and let me know what OS version and browser you are running and which of the numbered file select boxes work in so far as showing the preview photo correctly and also if the button function at the bottom works at all. I am trying to narrow down which codes are cross browser compatible and which aren't.
Here is the url - http://www.stocknum.com/test.htm
Note - If you are a Firefox user, you should be aware that unless you have updated your users.js or prefs.js file with the proper permissions to allow a webpage to view local files, the file select boxes will do nothing in so far as updating the preview pane. This is not a bug in my scripts as it is simply a security feature in Firefox. For more information you can go to Mozilla's site where they have a page posted that discusses this -
http://kb.mozillazine.org/Links_to_local_pages_don't_work
Also, be sure that you are not running any sort of javascript disablement that will prevent javascript from dynamically updating an image in a webpage.
Thanks for your help . . .
What I am trying to test is to see which of my scripts work properly in showing the preview and which don't. In addition, there is a simple button at the bottom that is coded to swap the preview image with another one that gets loaded from the web server. If you do test this page, please post a comment here and let me know what OS version and browser you are running and which of the numbered file select boxes work in so far as showing the preview photo correctly and also if the button function at the bottom works at all. I am trying to narrow down which codes are cross browser compatible and which aren't.
Here is the url - http://www.stocknum.com/test.htm
Note - If you are a Firefox user, you should be aware that unless you have updated your users.js or prefs.js file with the proper permissions to allow a webpage to view local files, the file select boxes will do nothing in so far as updating the preview pane. This is not a bug in my scripts as it is simply a security feature in Firefox. For more information you can go to Mozilla's site where they have a page posted that discusses this -
http://kb.mozillazine.org/Links_to_local_pages_don't_work
Also, be sure that you are not running any sort of javascript disablement that will prevent javascript from dynamically updating an image in a webpage.
Thanks for your help . . .