Goodmorning everybody.
Im started using PHP yesterday and i was wondering if anybody has a fully non-bug example of a php upload script. I want to learn how to upload a image true PHP with the follow functions:
- Rename the file once uploaded (Like random name).
- 2,5 MB Max (I believe php is doing bytes so that will be 2500000)
Im sorry if this is the wrong forum, But i just want to learn
Thanks!
Im started using PHP yesterday and i was wondering if anybody has a fully non-bug example of a php upload script. I want to learn how to upload a image true PHP with the follow functions:
- Rename the file once uploaded (Like random name).
- 2,5 MB Max (I believe php is doing bytes so that will be 2500000)
Im sorry if this is the wrong forum, But i just want to learn
Thanks!
Comment