PDA

View Full Version : uploading images with JS


kies
06.06.2001, 12:54
hello all!
i have a cool scenario i'm working on...
my question is if the following functionality is achievable with javascript:
i am making a website for a truck sales company. they would like to display the trucks in their lot on their site, and remove them from the site as they are sold. i need to create a webApp, hopefully using javascript, that would enable the user to browse his pc for an img, type in some information about the image, then upload this image and info to a remote server and either create a new page with it, or append this info to an exisiting page. the question stands...is this do-able???


//kies

Syedur
06.06.2001, 13:08
<font face='Verdana'>I believe thats not possible with javascript, its server side problem as far as I believe, its a server side problem.
Later.</font id='Verdana'>

<center><font face='Tahoma'>[url="http://e-syed.net/"]e-syed.net[/url:ud70ktxci5]
||| Part of syedsoft.com |||
webmaster@e-syed.net
...Coming Soon...
<s>In a browser near you.</s></font id='Tahoma'></center>

kies
06.06.2001, 13:12
i didn't think so, but i wanted to check with the experts first!
i'm gonna do some research and see if cgi can handle this.

//kies

lightning_html
06.06.2001, 15:17
Well if you want some CGI stuff you can go along to www.cgi-resources.com. You can find loads of CGI scripts there.

I think CGI can easily handle what you are after, but quote me on that!

Adam