ankitpokhrel / ankitpokhrel/tus-php

Sending a file again appends file to existing. Result is data corruption

Abierto
#444 1 comentario 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
PHP
Estrellas
1.5k
Forks
220
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

> **Note:** Please report any security issues directly to hello [at] ankit.pl

**Describe the bug**
A clear and concise description of what the bug is.

If I send a file to tus-php, and then send the same file again, it appends the a second copy of the file to the end of the first uploaded copy.

**To Reproduce**
Steps to reproduce the behavior:
1. Upload a file, EG: "myfile.txt".
2. Upload the same file again.
3. In my upload folder, "myfile.txt" is now 2x as long as original.

**Expected behavior**
A clear and concise description of what you expected to happen.
At step 2, I should receive a link to the file instead of a "starting at 0" response.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Additional context**
Add any other context about the problem here.

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.