472,377 Members | 1,562 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,377 software developers and data experts.

Upload file feature

Hi All
Can anyone tell me how to provide the feature for
uploading files from a website? Basically, I want some
people to be able to upload their files to my server from
a website, and I am going to read these files later on for
different application.
I am using ASP and vbscript for my applications.
Thanks.
Matt
Jul 19 '05 #1
5 2433
http://www.aspfaq.com/show.asp?id=2189

Ray at work

"Matt" <ma**@discussions.microsoft.com> wrote in message
news:04****************************@phx.gbl...
Hi All
Can anyone tell me how to provide the feature for
uploading files from a website? Basically, I want some
people to be able to upload their files to my server from
a website, and I am going to read these files later on for
different application.
I am using ASP and vbscript for my applications.
Thanks.
Matt

Jul 19 '05 #2
Is it possible to do it in some way without using the
third party controls.

Thanks.
-----Original Message-----
http://www.aspfaq.com/show.asp?id=2189

Ray at work

"Matt" <ma**@discussions.microsoft.com> wrote in message
news:04****************************@phx.gbl...
Hi All
Can anyone tell me how to provide the feature for
uploading files from a website? Basically, I want some
people to be able to upload their files to my server from a website, and I am going to read these files later on for different application.
I am using ASP and vbscript for my applications.
Thanks.
Matt

.

Jul 19 '05 #3
Yes, the bottom half of the article has links to script-only methods. If
your files are anywhere larger than a few KB, I strongly suggest you
purchase a component if that is an option, however. There's a _huge_
difference in speed. My test results yielded:

Average bytes/sec:

Script¹: 16,671.92
Component²: 5,999,410.74

Ray at work

¹ http://aspzone.com/posts/160.aspx
² http://www.aspupload.com


"Matt" <ma**@discussions.microsoft.com> wrote in message
news:02****************************@phx.gbl...
Is it possible to do it in some way without using the
third party controls.

Thanks.
-----Original Message-----
http://www.aspfaq.com/show.asp?id=2189

Ray at work

"Matt" <ma**@discussions.microsoft.com> wrote in message
news:04****************************@phx.gbl...
Hi All
Can anyone tell me how to provide the feature for
uploading files from a website? Basically, I want some
people to be able to upload their files to my server from a website, and I am going to read these files later on for different application.
I am using ASP and vbscript for my applications.
Thanks.
Matt

.

Jul 19 '05 #4
http://msdn.microsoft.com/library/en...ml/asp0900.asp
http://msdn.microsoft.com/library/en...2alistingb.asp

Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From header is
my spam trap, so I don't check it very often. You will get a quicker
response by posting to the newsgroup.

"Matt" <ma**@discussions.microsoft.com> wrote in message
news:02****************************@phx.gbl...
Is it possible to do it in some way without using the
third party controls.

Thanks.
-----Original Message-----
http://www.aspfaq.com/show.asp?id=2189

Ray at work

"Matt" <ma**@discussions.microsoft.com> wrote in message
news:04****************************@phx.gbl...
Hi All
Can anyone tell me how to provide the feature for
uploading files from a website? Basically, I want some
people to be able to upload their files to my server from a website, and I am going to read these files later on for different application.
I am using ASP and vbscript for my applications.
Thanks.
Matt

.

Jul 19 '05 #5
Thanks Ray! Thanks Bob ! :)

Matt
-----Original Message-----
Is it possible to do it in some way without using the
third party controls.

Thanks.
-----Original Message-----
http://www.aspfaq.com/show.asp?id=2189

Ray at work

"Matt" <ma**@discussions.microsoft.com> wrote in message
news:04****************************@phx.gbl...
Hi All
Can anyone tell me how to provide the feature for
uploading files from a website? Basically, I want some
people to be able to upload their files to my serverfrom a website, and I am going to read these files later onfor different application.
I am using ASP and vbscript for my applications.
Thanks.
Matt

.

.

Jul 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Muppy | last post by:
I've created a page with a form to upload files: <h1>Upload di un file</h1> <form enctype="multipart/form-data" method="post" action="do_upload1.php"> <p><strong>File da trasferire:</strong><br>...
5
by: Dave Smithz | last post by:
Hi There, I have a PHP script that sends an email with attachment and works great when provided the path to the file to send. However this file needs to be on the same server as the script. ...
1
by: Selena | last post by:
I have vb.net windows application which need to upload file to server. It can run properly without using VPN. How can I run it with VPN? Is there any components or code to upload file? Or is there...
3
by: Brian | last post by:
Hi, I've been trying to find a way to upload file to another site that is not using IIS. The site that I want to upload file to has a simple php script to receive file uploaded through standard...
1
by: akiko | last post by:
i am student and i must to do project about web app by Ruby on rails i can not do past upload file.i try looking code but i just meet upload file image. i want to code upload file that it must to...
4
by: bienwell | last post by:
Hi all, I developed an web page in ASP.NET to upload file into the server. In the Web.config file, I declared <httpRuntime executionTimeout="1200" maxRequestLength="400000" /> The MAX...
4
by: google.com | last post by:
Hi there! I've been digging around looking for a sample on how to upload a file without user action. I found the following article covering the area: ...
1
by: printline | last post by:
Hello all I have a php script that uploads a file from a form into a directory. The directory is automatically created through the script. But the upload file is not put in to the directory,...
2
by: lka527 | last post by:
I am trying to make a site available for someone to *upload* certain type of text file (.txt) that can be parsed by written code. the upload file is available on the main site but I need this to...
2
by: Kemmylinns12 | last post by:
Blockchain technology has emerged as a transformative force in the business world, offering unprecedented opportunities for innovation and efficiency. While initially associated with cryptocurrencies...
0
by: Naresh1 | last post by:
What is WebLogic Admin Training? WebLogic Admin Training is a specialized program designed to equip individuals with the skills and knowledge required to effectively administer and manage Oracle...
0
hi
by: WisdomUfot | last post by:
It's an interesting question you've got about how Gmail hides the HTTP referrer when a link in an email is clicked. While I don't have the specific technical details, Gmail likely implements measures...
0
by: Rahul1995seven | last post by:
Introduction: In the realm of programming languages, Python has emerged as a powerhouse. With its simplicity, versatility, and robustness, Python has gained popularity among beginners and experts...
2
by: Ricardo de Mila | last post by:
Dear people, good afternoon... I have a form in msAccess with lots of controls and a specific routine must be triggered if the mouse_down event happens in any control. Than I need to discover what...
1
by: Johno34 | last post by:
I have this click event on my form. It speaks to a Datasheet Subform Private Sub Command260_Click() Dim r As DAO.Recordset Set r = Form_frmABCD.Form.RecordsetClone r.MoveFirst Do If...
1
by: ezappsrUS | last post by:
Hi, I wonder if someone knows where I am going wrong below. I have a continuous form and two labels where only one would be visible depending on the checkbox being checked or not. Below is the...
0
by: jack2019x | last post by:
hello, Is there code or static lib for hook swapchain present? I wanna hook dxgi swapchain present for dx11 and dx9.
0
by: F22F35 | last post by:
I am a newbie to Access (most programming for that matter). I need help in creating an Access database that keeps the history of each user in a database. For example, a user might have lesson 1 sent...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.