|
Not logged in [Login - Register] |
You Are Not Registered Or Not Logged In |
Corsa Sport » Message Board » Off Day » Geek Day » clever web related geek people in here » Post Reply
|
Dom |
posted on 25th Mar 08 at 20:34 |
If you have the hosting space to do it, then it isn't a hard proceedure - just look at PHP file uploading, im sure there are already made apps that can be setup to allow for multi-user file uploading. | |
Ian |
posted on 25th Mar 08 at 20:21 |
If we're talking files which are too large to email then you probably don't want to upload them using a web form either. Not only it is very difficult indeed to keep the user informed of the status of the upload, you'll also usually have a script timeout of around 300 seconds after which the server will assume the script has crashed and close it. | |
Paul_J |
posted on 25th Mar 08 at 20:05 |
http://www.codeproject.com/KB/aspnet/fileupload.aspx | |
liamC |
posted on 25th Mar 08 at 19:42 |
similar mate | |
dannymccann |
posted on 25th Mar 08 at 19:34 |
This what you are looking for? | |
dannymccann |
posted on 25th Mar 08 at 19:31 |
Nope you simply access it through the browser (the user). AFAIR it creates like a directory system and a button to click to Upload files (select which file like when adding an attachment to an email). It may have changed since but it was definetly like that a couple of years ago when I tried setting it up at home (couldnt get wireless LAN file access to work and it worked brill through this). | |
liamC |
posted on 25th Mar 08 at 19:23 |
but on Bulletproof FTP you have to download and install to access the FTPs no? | |
dannymccann |
posted on 25th Mar 08 at 19:19 |
They can, you specify a port and IP address and they simply type 000.000.0.0:0000 and then it pops up with a login screen and password and then they can see an interface | |
liamC |
posted on 25th Mar 08 at 19:17 |
I don't want to have users having to install and run programs. Simply to go to www.domain.com/dropzone, log in, and upload their files | |
dannymccann |
posted on 25th Mar 08 at 19:14 |
Thats what the FTP thing does for ya? | |
liamC |
posted on 25th Mar 08 at 19:14 |
I know all about FTPs, Rapidshare and the like, but want something that I can implement standalone solely for the use of me and my users, through an internet browser. | |
radicalry00 |
posted on 25th Mar 08 at 19:11 |
www.rapidshare.com or similar site? and use a password protected rar file. | |
dannymccann |
posted on 25th Mar 08 at 19:11 |
I think ive used BulletProof FTP in the past. It can be 'procured' freely :o Basically uses your computer as a server and people log in to your server via a browser and the internet and then they can simply upload files through the FTP straight onto a folder on your computer | |
liamC |
posted on 25th Mar 08 at 19:03 |
basically i want to create a sort of 'dropzone' web environment |