You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've implemented a progress bar for uploading and translating documents using the DeepL PHP API.
I use Javascript Fetch(), $translator->uploadDocument() and $translator->waitUntilDocumentTranslationComplete($document_handle)
The current documentation isn't very detailed, so I'd like to send you a pull-request,
which would add an examples directory and the example usage file with progress bar.
I thought it might help other users; if you're interested, please let me know.
The text was updated successfully, but these errors were encountered:
Hi, we're always happy to get pull requests, so feel free to post it :) Is it a web app (not sure how else you would use our PHP SDK with javascript fetch())?
Hello,
I've implemented a progress bar for uploading and translating documents using the DeepL PHP API.
I use Javascript Fetch(),
$translator->uploadDocument()
and$translator->waitUntilDocumentTranslationComplete($document_handle)
The current documentation isn't very detailed, so I'd like to send you a pull-request,
which would add an
examples
directory and the example usage file with progress bar.I thought it might help other users; if you're interested, please let me know.
The text was updated successfully, but these errors were encountered: