ASP Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreASP Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
Stay one step ahead of the competition. Evaluate and give feedback on some of the hottest web development tools on the market today. Make your opinion heard! Click Here
  #1  
Old August 19th, 2003, 03:11 PM
AWI_11 AWI_11 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 8 AWI_11 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 51 sec
Reputation Power: 0
Question ASP to upload files

Greetings everyone!

I'm using 3 asp/VBscripts to upload files to server (via html form -multipart/form-data).
-------------------------------
<H2>To File System</H2>
<FORM method="post" encType="multipart/form-data" action="ToFileSystem.asp">
<INPUT type="File" name="File1">
<INPUT type="hidden" name="someName" value="someValue">
<INPUT type="Submit" value="Upload">
</FORM>
-------------------------------

My question is: how do I rerieve the additional "hidden" form fields in the ToFileSystem.asp?

Specificly, I'm using the script written by Lewis Moten availabel at:
http://www.pscode.com/vb/scripts/Sh...d=7361&lngWId=4

Thank you in advance!

AWI_11

Reply With Quote
  #2  
Old August 19th, 2003, 03:51 PM
unatratnag unatratnag is offline
Average Intelligence
Dev Shed Novice (500 - 999 posts)
 
Join Date: Apr 2003
Location: Ohio/Chicago
Posts: 678 unatratnag User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 m 54 sec
Reputation Power: 6
Send a message via AIM to unatratnag
request.form("someName")

Reply With Quote
  #3  
Old August 19th, 2003, 03:56 PM
AWI_11 AWI_11 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 8 AWI_11 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 51 sec
Reputation Power: 0
The request.form() method Does not work in a encType="multipart/form-data" form type.

There is a special format to retrieve the field data using Lewis Moten's class.

Thanks though!

AWI

Reply With Quote
  #4  
Old August 19th, 2003, 07:34 PM
unatratnag unatratnag is offline
Average Intelligence
Dev Shed Novice (500 - 999 posts)
 
Join Date: Apr 2003
Location: Ohio/Chicago
Posts: 678 unatratnag User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 m 54 sec
Reputation Power: 6
Send a message via AIM to unatratnag
ahhh, cool. I never knew that. I guess that makes sense, to securely pass the hidden values. haha, yea I just did a sniff and the hidden values were all scrambled. You learn something knew everyday....so you found an answer?

Reply With Quote
  #5  
Old August 20th, 2003, 09:47 AM
aspman aspman is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Location: Ashburn,VA
Posts: 105 aspman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 7 h 22 m 40 sec
Reputation Power: 5
Yes, you cannot use Request.Form(). You will see an error when you use it along with BinaryRead.

Getting form values is implementation specific.

I found this in the questions and comments section of the url you gave.

objUpload("(NameOfHiddenField)") .value


You can find one at

http://www.pstruh.cz/help/scptutl/upload.asp

they have their own way of doing it.

Reply With Quote
  #6  
Old August 20th, 2003, 09:52 AM
AWI_11 AWI_11 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Posts: 8 AWI_11 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 h 51 sec
Reputation Power: 0
aspman,

Thank you for responding.
Yes, I figured it out early this morning. That is the way to retrieve it.
Plus, this method needs to be placed before closing the object (that was another mistake i made).

This was a great script...pure asp for uploading files, no components required.

Thanks again

AWI

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreASP Programming > ASP to upload files


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 6 hosted by Hostway