Is this even possible in Turing?
Author |
Message |
skootles
|
Posted: 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
|
|
|
fishtastic
|
Posted: 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 |
|
|
|
|
|
|
|