Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Is this even possible in Turing?
Index -> Programming, Turing -> Turing Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
skootles




PostPosted: Fri Mar 23, 2007 9:02 pm   Post subject: Is this even possible in Turing?

Okay, so I have this web page:

code:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">


<html>
<head>
<title>ImageShack Upload Test</title>


</head>
<body bgcolor="#F7F7F7">


<p></p>
<form method="post" action="http://imageshack.us/" id="upform">

  <div id="upfile">
    <input type="file" name="uploadform" size="30" id="fileupload2">
  </div>
  <input type="hidden" name="MAX_FILE_SIZE" value="99999913145728">
  <input type="hidden" name="refer" value="">
  <input type="hidden" name="brand" value="">
  <br />
  <input name="submit" type="submit" id="butan" style="width:135px" value="host it!">
</form>
</body>
</html>


What it does, is allows you to select a file on your computer (has to be jpg, tiff, png, or bmp, or else it won't work), and uploads it to http://imageshack.us. Once it's uploaded, you get redirected to an imageshack page that gives you the url of the file you just uploaded. You can try it out, just paste that in notepad and save it as an html file.. but anywho, I'm wondering if it would be possible to do all of this, but in turing?
Sponsor
Sponsor
Sponsor
sponsor
fishtastic




PostPosted: Fri Mar 23, 2007 9:11 pm   Post subject: RE:Is this even possible in Turing?

i know it possible to open the web page from turing or how to load a picture but, i'm too noob to upload a file Smile
Display posts from previous:   
   Index -> Programming, Turing -> Turing Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 2 Posts ]
Jump to:   


Style:  
Search: