Dad

Results 6 comments of Dad

drag n drop for user profile pictures handled in `user/edit.js:131` currently can't navigate to edit-profile page, I will fix this issue first in order to address this one I am...

There were two issues here. The first being that two separate Ajax calls were being triggered by the user pressing the `submit` button. This broke the normal file upload, with...

Safari does not support both `form.get()` as well as `formData.delete()` added a check to disable drag and drop on safari

on branch `suth-35` on the edit-user page there is a drag and drop to edit profile pictures

fixed routing issue. Should be able to navigate to this page now

We could implement a visual change when Safari is detected to avoid this confusion you are talking about. This would ideally be a temporary fix for until safari-drag-n-drop is figured...