Jump to content

I Need A Script For Uploading Files To Server


ryevick

Recommended Posts

OK, I've looked everywhere but can't find what I'm looking for.  :'(  Below is what I really need but I suppose I could vary from it a bit if you know something close... maybe use zip files to replace quantity but really don't want to.

 

I need a script that will allow a user once they register to upload multiple files (up to 50 or more images at once with progress bar... may also be a zip or text document) that will go to my server, creating separate user folders, for me to work on but maintain their privacy by not allowing other users to see what has been uploaded and also notify me when an upload occurs by email.

 

Any and all help appreciated.  :)

I need a script that will allow a user once they register to upload multiple files (up to 50 or more images at once with progress bar... may also be a zip or text document) that will go to my server, creating separate user folders, for me to work on but maintain their privacy by not allowing other users to see what has been uploaded and also notify me when an upload occurs by email

 

To check what file they are uploading check out MIME types and just check against these.

Also once you understand how to upload one file, you can do it 50 times

 

Not sure what you mean by block other users. If you mean from accessing the folder that is was uploaded to then on your hosting server should be some sort of Index Manager that allows you to block users from looking in that folder

 

This I know, but how to create different folders and automatically send an email. I dont know

 

EDIT: One way to send an email when files are uploaded is to do it when the form is posted

 

EDIT: Also check out this post. I think this guy has it

http://www.phpfreaks.com/forums/index.php/topic,128690.0.html

I need a script that will allow a user once they register to upload multiple files (up to 50 or more images at once with progress bar... may also be a zip or text document) that will go to my server, creating separate user folders, for me to work on but maintain their privacy by not allowing other users to see what has been uploaded and also notify me when an upload occurs by email

 

To check what file they are uploading check out MIME types and just check against these.

Also once you understand how to upload one file, you can do it 50 times

 

Not sure what you mean by block other users. If you mean from accessing the folder that is was uploaded to then on your hosting server should be some sort of Index Manager that allows you to block users from looking in that folder

 

This I know, but how to create different folders and automatically send an email. I dont know

 

EDIT: One way to send an email when files are uploaded is to do it when the form is posted

 

EDIT: Also check out this post. I think this guy has it

http://www.phpfreaks.com/forums/index.php/topic,128690.0.html

 

 

 

I don't want to have to have someone do an upload command 50 times though... would prefer a command that allows users to upload the contents of a folder... also for the block thing, I don't want one user to see/view any post/uploads/files/file names/data of any kind from another user.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.