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
First of all, thank you for your great work on Kleeja!
I'm currently using version 3.1.6 and would like to add a feature that was available in older versions: uploading files directly from a URL (remote link upload).
It seems that this feature was present in version 3.0.2 via the upload($uploadType) method, but the newer version 3.1.6 no longer supports passing an upload type or handling uploads via a remote URL.
Could you please guide me on how to implement or re-enable this feature in 3.1.6?
I'd be happy to contribute or test if needed.