- (void)connectionDidFinishLoading:(NSURLConnection *)connection { if(receivedData) { id jsonObjects = [NSJSONSerialization JSONObjectWithData:receivedData options:NSJSONReadingMutableContainers error:nil]; id strBudname = [NSString stringWithFormat:@"%@",[jsonObjects objectForKey:@"bmm_front"]]; if (strBudname != [NSNull null]){ img_url.text = strBudname; }else{ img_url.text = @""; } } }
if (strBudname != [NSNull null] || strBudname.text.length != 0){
if (![strBudname isEqualToString:@"(null)"])
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง