Closed devraghvendra closed 4 years ago
Thanks, @devraghvendra , Soon I will look into and merge it. Thank you!
@devraghvendra great job, Merged!
Thanks❤️ :)
On Fri, 16 Oct, 2020, 6:27 pm Harish Nandoliya, notifications@github.com wrote:
@devraghvendra https://github.com/devraghvendra great job, Merged!
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/harish81/digidocu/pull/6#issuecomment-710028728, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIR3XU4MDKA4FVEHBNXG3BLSLA7LRANCNFSM4SLIY74A .
var urlToUp = '{{route('documents.files.create',['id'=>''])}}'+'/'+docId;
In the above id is required param, but in the above code it was null. So in the case pass the empty string in place of route parameter to by pass the required validation. For Ex.
var urlToUp = "{{route('documents.files.create', '')}}"+"/"+docId;