Image Upload/Acquisition

Thread Solved

Join Date: Jul 2006
Posts: 1,091
Reputation: MattEvans is a jewel in the rough MattEvans is a jewel in the rough MattEvans is a jewel in the rough 
Solved Threads: 63
Moderator
Featured Poster
MattEvans's Avatar
MattEvans MattEvans is offline Offline
Veteran Poster

Image Upload/Acquisition

 
0
  #1
Nov 12th, 2006
I'm putting this here because I don't really know where would be best, if I could pick a language-categorised solution I probably wouldn't be asking atall...I don't need a solution so much as a pointer.

How do you get a file from a user's computer to a server, from a browser? I'm thinking the multitude of sites that do this: Browse > Upload > Image Sent for "Checking" >(some time layer)> Image appears on site.

How does the very first bit work? Javascript frontend to a SS backend? A binary post request initialised by JavaScript? How does it get past the security on browsers like Firefox? I found out by accident that I can view all my local files (if I know where they are) in Internet Explorer, but thats another topic entirely.

Any ideas?
Plato forgot the nullahedron..
Reply With Quote Quick reply to this message  
Join Date: Jul 2006
Posts: 1,091
Reputation: MattEvans is a jewel in the rough MattEvans is a jewel in the rough MattEvans is a jewel in the rough 
Solved Threads: 63
Moderator
Featured Poster
MattEvans's Avatar
MattEvans MattEvans is offline Offline
Veteran Poster

Re: Image Upload/Acquisition

 
0
  #2
Nov 13th, 2006
w00t. sorted/solved it.
<form enctype="multipart/form-data" method=post action="{removed}">
    <input type="file" name="file"/>
    <input type="submit"/>
</form>
Plato forgot the nullahedron..
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC