Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP General (http://www.velocityreviews.com/forums/f65-asp-general.html)
-   -   Large File Uploads (http://www.velocityreviews.com/forums/t802091-large-file-uploads.html)

James Jones 09-28-2006 02:15 PM

Large File Uploads
 
I have a site that i upload files to that are no bigger than 100MB.


we upload about once a day, and use FTP......

we would like to be able to do it from the site itself.


any idea where i can get a script? i cant register components with my
hosting company i dont think. i go thru godaddy.com

need a good free asp upload script. cant find any that work. Huge ASP Upload
doesnt even work on the demo page, let alone on my own page



any help greatly apprecaited!!!




James Jones



Cowboy \(Gregory A. Beamer\) 09-28-2006 02:41 PM

Re: Large File Uploads
 
FTP keeps an open socket for upload, which is safer than an HTTP upload. In
order to set up a file upload, you will have to make sure you have a long
enough timeout. If the app times out, it fails. If you want it in the site,
an ActiveX control is an option that uses FTP in the background, or similar.
Youc an find ASP upload scripts, but the upload script is only one part; you
stil have to increase timeout.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of the box!
*************************************************
"James Jones" <jamisonxxxburrousxxx08xxx@xxxinsightbbxxx.xxxcomx xx> wrote in
message news:en36Pjw4GHA.512@TK2MSFTNGP06.phx.gbl...
>I have a site that i upload files to that are no bigger than 100MB.
>
>
> we upload about once a day, and use FTP......
>
> we would like to be able to do it from the site itself.
>
>
> any idea where i can get a script? i cant register components with my
> hosting company i dont think. i go thru godaddy.com
>
> need a good free asp upload script. cant find any that work. Huge ASP
> Upload doesnt even work on the demo page, let alone on my own page
>
>
>
> any help greatly apprecaited!!!
>
>
>
>
> James Jones
>





All times are GMT. The time now is 12:32 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57