ryevick Posted February 25, 2007 Share Posted February 25, 2007 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. Link to comment https://forums.phpfreaks.com/topic/40086-i-need-a-script-for-uploading-files-to-server/ Share on other sites More sharing options...
magnetica Posted February 25, 2007 Share Posted February 25, 2007 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 Link to comment https://forums.phpfreaks.com/topic/40086-i-need-a-script-for-uploading-files-to-server/#findComment-193923 Share on other sites More sharing options...
ryevick Posted February 26, 2007 Author Share Posted February 26, 2007 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. Link to comment https://forums.phpfreaks.com/topic/40086-i-need-a-script-for-uploading-files-to-server/#findComment-193947 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.