Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
Flash or JAVA app. for HTML pages? Uploading images?
I am looking for a simple app, or add-on for Dreamweaver that will allow me to upload images or possibly videos, without having to use Dreamweaver. Such as what MySpace or Facebook uses. I am not familiar with PHP, but use simple HTML at this time.
If anyone could point me in the direction of any scripts or apps. that would be great. Please don't criticize, just looking to do some simple pages, not a multimillion dollar site.
Thanks in advance.
1 Answer
- Anonymous1 decade ago
You can't "do" with HTML - HTML is content. If you want to do something in the client (the user's browser) you use Javascript. If you want to do something on the server (such as uploading a file to it), you use PHP. Try http://phpclasses.elib.com/browse/ for PHP code.