Web Wiz - Green Windows Web Hosting

  New Posts New Posts RSS Feed - different file upload
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

different file upload

 Post Reply Post Reply
Author
potts View Drop Down
Newbie
Newbie


Joined: 12 August 2003
Location: Australia
Status: Offline
Points: 5
Post Options Post Options   Thanks (0) Thanks(0)   Quote potts Quote  Post ReplyReply Direct Link To This Post Topic: different file upload
    Posted: 18 August 2003 at 7:09pm

My server host uses none of the 5 recommended file upload protocols .... but when I FTP'd this uploads_process.aspx file that they gave me it uploads the files .... BUT does not have the correct exits to have the image then appear in the posts

<%@ Page Language="VB" AspCompat="true" debug=true%>
<%

            Dim uploadFolderPath, Filefrom, filepath, inwhere, OrigFileName, fileName, intForumID, strMessageBoxType

'read in the forum ID and message box type
  intForumID = CInt(Request.QueryString("FID"))
  strMessageBoxType = Request.QueryString("MSG")


            uploadFolderPath = "d:\camelot\www\users\queenslander\organic\forum\uploads\"

 

            Filefrom = Request.Files.Get(0)

            filepath = Filefrom.fileName

            inwhere = Instr(1, StrReverse(filepath), "\") - 1

OrigFileName = Right(filepath,inwhere)

 

fileName = OrigFileName          

'fileName = getValidfileName(fileName, uploadFolderPath)

Filefrom.SaveAs(uploadFolderPath & fileName)
'Response.Redirect("")
%>

<html>
<head>
<title>Upload Success</title>
</head>

<body>
<h2>Upload Success</h2><hr>
<a href="Javascript:void(0)" onClick="win=window.close()">Click to Close</a>
</body>

</html>

I have tried inserting code from upload_images.asp supplied with v7.1 I am so very confused. Hope that you can give me some advice ? Regards and thanks .. Potts

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.08
Copyright ©2001-2026 Web Wiz Ltd.


Become a Fan on Facebook Follow us on X Connect with us on LinkedIn Web Wiz Blogs
About Web Wiz | Contact Web Wiz | Terms & Conditions | Cookies | Privacy Notice

Web Wiz is the trading name of Web Wiz Ltd. Company registration No. 05977755. Registered in England and Wales.
Registered office: Web Wiz Ltd, Unit 18, The Glenmore Centre, Fancy Road, Poole, Dorset, BH12 4FB, UK.

Prices exclude VAT at 20% unless otherwise stated. VAT No. GB988999105 - $, € prices shown as a guideline only.

Copyright ©2001-2026 Web Wiz Ltd. All rights reserved.