Recommend this page to a friend! |
All requests | > | Recommendation for a PHP class to uni... | > | Request new recommendation | > | Featured requests | > | No recommendations |
by George C. McDaniel - 1 month ago (2023-11-19)
0 | I want to upload unique image files without duplication. |
1. by André Ribeiro - 1 month ago (2023-11-23) Reply
Forneça um pouco mais sobre o que deseja para esse pacote, talvez assim possamos trabalhar em um pacote com as especificações corretas, forneça o que realmente seria a sua necessidade, a sua abordagem abre portas para inumeras situações de uploads que possam corresponder ao solicitado, então sejá um pouco mais descritivo se for possÃvel
2. by George C. McDaniel - 1 month ago (2023-11-25) in reply to comment 1 by André Ribeiro Comment
Obrigado pela sua resposta.
Estou procurando um pacote para que os usuários possam fazer upload de arquivos que já estão nomeados, mas não fazer upload com o mesmo nome daquele nome já carregado.
Minha lÃngua nativa é o inglês e uso o Google Tradutor.
3. by André Ribeiro - 1 month ago (2023-11-25) in reply to comment 2 by George C. McDaniel Comment
Ok, now I understand, and it's exactly what I was imagining, I'm sure with what it was enlightened, you will soon find what you expect, still, I will work on a package with these specifications, and if you are still looking, I will mention it here
4. by George C. McDaniel - 1 month ago (2023-11-25) in reply to comment 3 by André Ribeiro Comment
Thank you
That sounds good
0 | by The Algoslingers 25 - 1 month ago (2023-12-07) Comment The package Algoslingfileanew allows you to give a unique name to your file. The mechanism is strong that no matter how many files your rename, even if they're millions you they will still have their unique name. The package gives 4 options to rename file. (ie alphabets/numbers/hash/unique/alphanumeric) You can rename your file in unique way. |
0 | by Ahmed Abdulla 100 - 1 month ago (2023-11-23) Comment Upload a file to a server with a unique filename to avoid duplication. |
1. by George C. McDaniel - 1 month ago (2023-11-25) Reply
Thank you for your response.
The filename that is uploaded is what needs to be unique. It does not need to be changed on the uploading.
0 | by Faris AL-Otabi 25 - 1 month ago (2023-11-22) Comment PHP Library to help you build your own file sharing website |
5. by George C. McDaniel - 1 month ago (2023-11-25) in reply to comment 4 by Faris AL-Otabi Reply
Thank you for your response.
The user already has a file that they want to upload.
What I am looking for is a way to ensure that the same name is not used for a file that has already been uploaded.
0 | by Manuel Lemos 23700 - 1 month ago (2023-11-22) Comment This package can detect if there are files in a directory with the same contents. It uses the sha1() function to get the hash of the contents of each file. Then, it compares the hashes of each file to detect if the contents are the same. Although this is not exactly what you want, you can use this class as the basis of a solution for your problem. Can you try it and let me know if you can use this approach to solve your problem? |
3. by George C. McDaniel - 1 month ago (2023-11-25) in reply to comment 2 by Manuel Lemos Reply
Thank you for your response.
I like your approach and may well find it useful for another project in the future.
The user already has a file that they want to upload.
What I am looking for is a way to ensure that the same name is not used for a file that has already been uploaded.
Recommend package | |
|