Tagged Questions
0
votes
0answers
11 views
Looking for a gallery script with multi-file upload [closed]
I'm looking for a very particular script. Not just any gallery script. What I'm hoping for is the following:
Upload images without using the POST method or can POST within an iframe but cannot ...
0
votes
0answers
76 views
PHP variable not recognized inside an if statement [closed]
I will be using this variable for changing the name of a file upload so it is the business id of a user.
At first I thought it was something wrong with the name changing part but for some reason I ...
4
votes
2answers
703 views
Requesting advice for accepting large file uploads
I asked this question over at StackExchange but was advised to try here...
I'm looking at building a web app that includes a file upload element. I'd like users to be able to upload files of any type ...
0
votes
3answers
163 views
File Access Permission
I need to upload a file to site with PHP code. How to set permission for upload folder if I want to users cant access to file by URL but PHP code read this file ?
2
votes
1answer
795 views
How do I save user uploaded files outside of the web folder but use them on my page?
I have read that one of the best things to do for security with user uploaded files is to store them outside of the web folder, as there is very little you can do to ensure that that jpg image the ...
1
vote
3answers
174 views
Are there any security considerations if users are allowed to upload flash files
Lets say I have a website where users are allowed to upload files which will be displayed publicly as a portfolio gallery. For example, users might upload screenshots of a website they designed, or a ...
