tailieunhanh - Beginning Ajax with PHP (A REAL-WORLD AJAX) - P.5

Tham khảo sách 'beginning ajax with php (a real-world ajax) - ', công nghệ thông tin, kỹ thuật lập trình phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | 9 27 06 11 56 AM Page 104 104 CHAPTER 7 A REAL-WORLD AJAX APPLICATION null Delay in milliseconds before refreshing gallery. var refreshrate 1000 Function to show a loading message. function updateStatus errordiv .innerHTML middiv .innerHTML b Loading. b function refreshView Reload the full-size image. setTimeout runajax middiv refreshrate Reload the navigation. setTimeout runajax picdiv refreshrate function uploadimg theform Update user status message. updateStatus Now submit the form. And finally update the display. refreshView function removeimg theimg runajax errordiv pic theimg refreshView 9 27 06 11 56 AM Page 105 CHAPTER 7 A REAL-WORLD AJAX APPLICATION 105 function imageClick img updateStatus runajax middiv curimage img runajax picdiv curimage img Listing 7-3. The Configuration File to Manage the Gallery php Max dimensions of generated images. GLOBALS maxwidth 500 GLOBALS maxheight 200 Max dimensions of generated thumbnails. GLOBALS maxwidththumb 60 GLOBALS maxheightthumb 60 Where to store the images and thumbnails. GLOBALS imagesfolder images GLOBALS thumbsfolder images thumbs Allowed file types and mime types GLOBALS allowedmimetypes array image jpeg image pjpeg image png image gif GLOBALS allowedfiletypes array jpg array load ImageCreateFromJpeg save ImageJpeg jpeg array load ImageCreateFromJpeg save ImageJpeg gif array load ImageCreateFromGif save ImageGif png array load ImageCreateFromPng save ImagePng 9 27 06 11 56 AM Page 106 106 CHAPTER 7 A REAL-WORLD AJAX APPLICATION Number of images per row in the navigation. GLOBALS maxperrow 7 Listing 7-4. The File Containing the PHP Functions to Be Used in the Gallery php A function to create an array of all the images in the folder. function getImages images .

TÀI LIỆU LIÊN QUAN
crossorigin="anonymous">
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.