The following warnings occurred: | ||||||||||||
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.2.25 (Linux)
|
need some help with image upload - Printable Version +- UserSpice (https://userspice.com/forums) +-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23) +--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26) +--- Thread: need some help with image upload (/showthread.php?tid=1125) |
need some help with image upload - eforbes - 08-27-2018 Do you guys have a script for image upload. i want to upload a picture to the image field in the users table. RE: need some help with image upload - Brandin - 08-27-2018 This is not something we have supported. You would have to create a script on your own supporting file uploads and displaying them accordingly. RE: need some help with image upload - SirAirHard - 08-29-2018 Hello, i use dropzone.js for that usecase it works fine for me if you want i can uploade it to pastebin or so =) the implementation was not that hard. cheers RE: need some help with image upload - Brandin - 08-29-2018 Hello, Once you complete implementation you're fine to upload it here and share it. Others have used Dropzone, I know that. It is just not something we will build into the Core of UserSpice given the security risks file uploading poses. Thank you, Brandin. |