人脸识别领料

This commit is contained in:
2025-07-29 20:52:21 +08:00
parent 5901a3f6d3
commit 75ceef6a3c
4 changed files with 37 additions and 8 deletions
@@ -90,7 +90,7 @@
<f:FileUpload ID="filePhoto1" runat="server" ButtonText="上传头像到百度" ButtonOnly="true"
AutoPostBack="true" OnFileSelected="filePhoto1_FileSelected">
</f:FileUpload>
<f:Image ID="imgPhoto1" CssClass="userphoto" runat="server" BoxFlex="1" MarginLeft="10px">
<f:Image ID="imgPhoto1" CssClass="userphoto" runat="server" BoxFlex="1" MarginLeft="10px" CssStyle="width:300px;hight:400px" Width="300px" Height="400px">
</f:Image>
</Items>
</f:FormRow>