Go Back   CodingForums.com > :: Server side development > ASP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-18-2005, 04:36 PM   PM User | #1
jaywhy13
Regular Coder

 
Join Date: Dec 2004
Location: Jamaica
Posts: 592
Thanks: 2
Thanked 0 Times in 0 Posts
jaywhy13 is an unknown quantity at this point
Can I use pure asp with "get" method?

As the topic goes? Can I? Can I receive a file using the querystring method and save it using pure asp? If so.. how and what changes would I have to make?
__________________
I'm gonna find a way to download the internet if its the last thing I do...
Prepare to bow down to me (or my grave) and call me almighty when the algorithm is finished
jaywhy13 is offline   Reply With Quote
Old 08-18-2005, 05:14 PM   PM User | #2
NancyJ
Senior Coder

 
NancyJ's Avatar
 
Join Date: Feb 2005
Location: Bradford, UK
Posts: 3,162
Thanks: 19
Thanked 65 Times in 64 Posts
NancyJ will become famous soon enough
nope. ASP sucks for file uploads even through post!
__________________
http://www.hazelryan.co.uk
NancyJ is offline   Reply With Quote
Old 08-18-2005, 05:16 PM   PM User | #3
jaywhy13
Regular Coder

 
Join Date: Dec 2004
Location: Jamaica
Posts: 592
Thanks: 2
Thanked 0 Times in 0 Posts
jaywhy13 is an unknown quantity at this point
Quote:
Originally Posted by NancyJ
nope. ASP sucks for file uploads even through post!
Any better suggestions Nancy?
__________________
I'm gonna find a way to download the internet if its the last thing I do...
Prepare to bow down to me (or my grave) and call me almighty when the algorithm is finished
jaywhy13 is offline   Reply With Quote
Old 08-18-2005, 05:21 PM   PM User | #4
SpirtOfGrandeur
Regular Coder

 
Join Date: May 2005
Location: Michigan, USA
Posts: 566
Thanks: 0
Thanked 0 Times in 0 Posts
SpirtOfGrandeur is an unknown quantity at this point
Use php for fileuploads only

<troll>
Because other then that ASP works better
</troll>
__________________
Note: I do not test code. I just write it off the top of my head. There might be bugs in it! But if any thing I gave you the overall theory of what you need to accomplish. Also there are plenty of other ways to accomplish this same thing. I just gave one example of it. Other ways might be faster and more efficient.
SpirtOfGrandeur is offline   Reply With Quote
Old 08-18-2005, 05:34 PM   PM User | #5
NancyJ
Senior Coder

 
NancyJ's Avatar
 
Join Date: Feb 2005
Location: Bradford, UK
Posts: 3,162
Thanks: 19
Thanked 65 Times in 64 Posts
NancyJ will become famous soon enough
Quote:
Originally Posted by SpirtOfGrandeur
Use php for fileuploads only
that would be my preference


Quote:
Originally Posted by SpirtOfGrandeur
<troll>Because other then that ASP works better
</troll>
you wish!
__________________
http://www.hazelryan.co.uk
NancyJ is offline   Reply With Quote
Old 08-18-2005, 06:56 PM   PM User | #6
Cyberlord
New Coder

 
Join Date: Aug 2005
Posts: 25
Thanks: 0
Thanked 0 Times in 0 Posts
Cyberlord is an unknown quantity at this point
Why use querystring?

Querystring allows only 8k - 16k on size (depending on client browser).
__________________
ASP-FastBoard

www.cyberlord.at
Cyberlord is offline   Reply With Quote
Old 08-19-2005, 02:56 AM   PM User | #7
miranda
Senior Coder

 
Join Date: Dec 2002
Location: Arlington, Texas USA
Posts: 1,062
Thanks: 4
Thanked 8 Times in 8 Posts
miranda is an unknown quantity at this point
or another option is if the server is .Net enabled use asp.net to handle the upload.
miranda is offline   Reply With Quote
Old 08-20-2005, 11:42 PM   PM User | #8
ghell
Senior Coder

 
Join Date: Apr 2003
Location: England
Posts: 1,192
Thanks: 5
Thanked 13 Times in 13 Posts
ghell is on a distinguished road
i think you need to use post but its better than get anyway so i dont see the problem there.. and i dont see how that makes asp bad at uploads anyway i have written some pretty good upload pages in asp3, the only problem i have is that i cant check things before uploading them eg if the file already exists or the file size is too big but i expect there are COM components you can use to do that

nancy why dont u just go back to ur little php lined hole and give people some valuable input instead of just slagging off asp
__________________
My tech/code blog
ghell is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:53 AM.


Advertisement
Log in to turn off these ads.