본문 바로가기

반응형

file

(4)
File Upload Files are data that a user has such as images, videos, documents, and so on. Unlike the standard form data uploading a file takes a little more configuration due to its format and security. We will see how we can upload files with Node.js. HTML 삽입 미리보기할 수 없는 소스
Google Merchant Center - Godomall (Feed Set UP) Godomal provides a product file to be uploaded in Google Merchant Center (GMC). Let's see how we can use this file to add feeds in GMC Implementation Allowing Access We need to edit 'robot.txt' file for Google to access the pages. Log in as an admin, go to 'SEO settings' under basic settings Delete the code (User-agent: Googlebot) below in the 'robot.txt' setting file Then add the code below to ..
.NET - Cleaning Up Program File: Service Extension Method In .NET, Program.cs is the entry point to the application. It contains the necessary configurations that the application needs. The thing is that as the size of a project grows, the number of services you need would grow too and it will start to get crowded which makes it hard to read and prone to errors. So let's see how we can solve this problem. Implementation As the purpose is to make our co..
데이터 타입 - Blob Blob (Binary Large Object) 은 하나의 개체로 구성된 바이너리 데이터의 집합을 의미합니다. 이름에서 알 수 있는 것처럼 Blob은 용량이 큰 데이터를 의미하는데요 주로 이미지, 오디오 같은 미디어 객체를 저장하는 데 사용됩니다. Blob은 자바스크립트 고유의 데이터 형식 외에도 다양한 데이터 형식을 포함하는데요 File도 Blob의 데이터 형식에 하나입니다. Blob 형식으로 변환하기 1. blob() Blob 형식이 아닌 데이터를 Blob 형식으로 변환합니다. 아래와 같이 배열에 변환하고자 하는 모든 형식을 삽입하면 하나의 Blob 형식으로 반환됩니다. /* index.js */ const blob = new Blob(['type1', 'type2']); 생성된 Blob 객체는 아래..

728x90