Jim Schmid
Jim Schmid
Create a custom Exception and inherit from [ValidationException](https://github.com/1up-lab/OneupUploaderBundle/blob/master/Uploader/Exception/ValidationException.php). Afterwards [create and register your own ErrorHandler](https://github.com/1up-lab/OneupUploaderBundle/blob/master/Resources/doc/custom_error_handler.md) where you type-check for your own Exception and modify the passed response object accordingly. Something...
> Uhm. I don't think that it is necessary to inherit from ValidationException, but let me double check that. No need to inherit from ValidationException. Just create a custom one...
You're right. `EmptyResponse` does not yet inherit from Symfonys `Response` object which IMHO should be the case, for exactly such use cases. I'll give it a shot as soon as...
To fix this issue, a lions share of the response handling has to be refactored, what implicates bc-breaks. Will be changed and implemented either in 1.1 or 2.0.
https://github.com/1up-lab/OneupUploaderBundle/issues/71#issuecomment-30835293 Not yet, I'm afraid. This was bad engineering in the first place and will be refactored in the next major version.
Hi @cve > cause the same url is for retrieve and upload files.. I don't really understand the question. What do you mean by _retrieve files_? After an upload you...
Notice to self: This or create a dedicated upload manager which can be taken to upload files by hand.
> Is there a workaround for this? I don't think there is one yet. I'll label it as feature request and try to implement it in v2, which is currently...
Hi @dol Thank you for mentioning this project, it seems like a great thing to implement. Even though it is still not ready for general adoption yet (according to the...
I'll reopen this ticket as soon as a 1.0 release candidate for tus is available. Until further notice, you'd have to [implement it yourself](https://github.com/1up-lab/OneupUploaderBundle/blob/master/Resources/doc/custom_uploader.md).