inertia icon indicating copy to clipboard operation
inertia copied to clipboard

image upload can not be uploaded into database. all other form is okay.

Open mangga88d opened this issue 1 year ago • 1 comments

Discussed in https://github.com/inertiajs/inertia/discussions/1822

Originally posted by mangga88d March 9, 2024

      </div>
    </div>

    <div class="grid md:gap-6">
      <div class="relative z-0 w-full mb-6 group">
        <el-upload
          v-model:file-list="productImages"
          list-type="picture-card"
          multiple
          type="file"
          ref="file"
          :on-preview="handlePictureCardPreview"
          :on-remove="handleRemove"
          :on-change="handleFileChange"
        >
          <el-icon>
            <Plus />
          </el-icon>
        </el-upload>
      </div>
    </div>

mangga88d avatar Mar 09 '24 12:03 mangga88d

Please format your code for readability, explain what Inertia-specific issue you're running into, and consider only opening an issue in one place so others can help you more effectively.

shengslogar avatar Mar 11 '24 20:03 shengslogar

Let's keep this a discussion (#1822) until it's been verified that this is an Inertia bug, thanks 👍

reinink avatar Apr 16 '24 13:04 reinink