ranafaraz / dba_db

Yii2 Application to collect the record of Advocates of District Bar Association, RYK
0 stars 0 forks source link

Image Manipulation #2

Closed ranafaraz closed 6 years ago

ranafaraz commented 6 years ago

Details:

GullNadia commented 6 years ago

image manipulation issues resolved Now we can upload all the 3 images r may skip any one of these

GullNadia commented 6 years ago

Add a rule for image size like this: [['adv_Photo'], 'image', 'extensions' => 'png, jpg', 'minWidth' => 100, 'maxWidth' => 200, 'minHeight' => 100, 'maxHeight' => 300,],

ranafaraz commented 6 years ago

A sample image portraying, how the uploaded images are supposed to be displayed on the Advocate's profile page.

Image Size of CNIC & License - 300 x 200.

profile-cnic-license

ranafaraz commented 6 years ago

An issue encountered while updating the profile of an advocate.

The HTML Elements to upload a file(image) are flashed and do not have last inserted value in them. It means the user has to insert all three images again upon each update. Screenshot is attached.

image