I've made a small php upload script, but am unsure about the chmod settings. For 'public' I can select 'write', so people can upload stuff which would end up in the upload folder set to 'write'. But should I select 'read' and 'execute' for that folder too?
My other folders have r.w.e. unselect settings for 'public'. I understand for the upload folder I should select write, but I'm not sure what would selecting read/execute mean. Does 'read' mean that it's content is downloadable and 'excute' that someone could run e.g. a php script inside it? For just uploading I would then only have to select 'write'?