Tagged Questions
0
votes
0answers
23 views
Resize and crop image during upload
How to add more function to resize and crop image during upload?
I want to creat a avatar upload form on author profile.
And size of avatar: 150x150
If file size have width > height => resize by ...
0
votes
2answers
961 views
Allow users to upload multiple images to their profile
I've asked this before but to no avail.
I need the ability for any user (From Contributor up) of my website to upload a minimum of 5 and a maximum of 10 images to their profile and have they ...
1
vote
2answers
2k views
Frontend image uploading from edit profile page. (goldenapples)
I have been following goldenapples front end file uploads tutorial, however i do have that working for my frontend posting page, but what i am wanting to accomplish now is to add an image from edit ...
0
votes
1answer
813 views
add 'file upload' field to user details
In the backend when a user goes to their detail page they can edit a few text fields. I want to add a custom field that allows the user to upload a file. I found something similar but its only to add ...