in reply to Seeking help with HTTPS form upload.
Since you say javascript generated a UUID, they probably implemented this by just accepting whatever ID the client provides on the upload, then the other progress checks can refer to that. Their system might depend on the string being unique. It’s pretty easy to generate a random string in Perl, so just make your own UUID that looks like the one JavaScript builds.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Seeking help with HTTPS form upload.
by FeistyLemur (Acolyte) on Oct 13, 2021 at 16:42 UTC | |
|
Re^2: Seeking help with HTTPS form upload.
by Bod (Parson) on Oct 13, 2021 at 21:07 UTC |