Author |
Topic |
|
Da_Stimulator
DEV Team Forum Moderator
USA
3373 Posts |
Posted - 14 December 2004 : 09:31:51
|
I'm trying to implement the progress bar outlined here -> http://www.aspupload.com/manual_progress.html
But the links on the site to the demo files are dead, and I'm not doing something right because I cannot get it to work at all...
Could anyone assist me? lol
|
-Stim |
|
RichardKinser
Snitz Forums Admin
USA
16655 Posts |
Posted - 14 December 2004 : 10:54:06
|
here is what I use:
http://richardk.digitalrice.com/files/asp_upload.zip
Just upload the asp_upload directory to your site and then access the progress.asp file to upload files. I have it set to upload to a directory named uploads that you will need to create in the root directory of your site.
I've also added a little bit of code to both progress.asp and progress_upload.asp so that it can be disabled when you aren't using it. Just change the following:
isLocked = true isLocked = false
to this:
isLocked = true 'isLocked = false
to make it inaccessible. |
|
|
Da_Stimulator
DEV Team Forum Moderator
USA
3373 Posts |
Posted - 14 December 2004 : 14:27:27
|
Cool, I'll give it a try tonight, thx richard. |
-Stim |
|
|
Spooky
Development Team Member
New Zealand
320 Posts |
|
Da_Stimulator
DEV Team Forum Moderator
USA
3373 Posts |
Posted - 14 December 2004 : 15:51:18
|
I might be, that progress bar worked, but it seemed to slow down the upload |
-Stim |
|
|
dayve
Forum Moderator
USA
5820 Posts |
Posted - 14 December 2004 : 20:22:46
|
quote: Originally posted by Da_Stimulator
I might be, that progress bar worked, but it seemed to slow down the upload
the C# uploader I have compared to the Pure ASP one I've had in the past is a lot faster, maybe I will attempt to integrate a progress bar with it, though simple uploading and saving an image with C# is a mere couple of lines so I'm not sure if there is much control. |
|
Edited by - dayve on 14 December 2004 20:23:17 |
|
|
Da_Stimulator
DEV Team Forum Moderator
USA
3373 Posts |
Posted - 14 December 2004 : 21:00:51
|
That would be cool dayve, but I dont think my clients server supports .NET.... I'll run a test script later on when I'm done with her stupid newsletter script to see... |
-Stim |
|
|
redbrad0
Advanced Member
USA
3725 Posts |
|
|
Topic |
|