Javascript _ javascript skills

Source: Internet
Author: User
This article mainly introduces how js achieves face picture cutting and scaling and allows you to upload images without refreshing images. It involves javascript, php, and other related techniques, and provides some reference value, for more information about how to use JavaScript to cut and scale avatar images and upload images without refreshing images, see the following example. Share it with you for your reference. The details are as follows:

Fname: the name used for receiving data in the background. This parameter is required.
Funstr: indicates the function used to start uploading and execution. No function is used by default.
Funbak: the callback function after the upload is successful. required.
Furl: the upload address. The submission page of the current form is used by default.

Note: The upload address and current address must be an agreed domain name. Otherwise, the callback function cannot obtain the address sent back after the upload.

A. php:

Export path='a.jpg '; move_uploaded_file ($ _ FILES ['uimg'] ['tmp _ name'], $ path); exit (json_encode (array ('ztai' => true, 'url' => $ path )));

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.