Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [upload]

Upload refers to the sending of data from a local system to a remote system such as a server or another client with the intent that the remote system should store a copy of the data being transferred, or the initiation of such a process

0 votes
0 answers
12 views

How can I upload an image to a Supabase bucket using the REST API?

I would like to use Supabase's own REST API instead of the JavaScript client library (https://supabase.com/docs/reference/javascript/storage-from-upload) provided by them. Something like this: const ...
José Guilherme's user avatar
1 vote
1 answer
52 views

cffile upload function if it fails I want to redirect to an error page

I am building an uploader, and I want to set a couple of parameters so the client cannot upload any type of file. This is the cfm file which processes the upload includes/processFileSubmission.cfm: &...
lharby's user avatar
  • 3,214
0 votes
0 answers
14 views

React Native File Upload returns 400

`Hi i have react-native project that upload file. My submit function does bot upload file and image whenever i try to upload document it returns 200 and everything is okay but whenever i try to ...
atakulmert's user avatar
0 votes
0 answers
10 views

Upload CSV to google cloud query

Please help me. I want to upload csv to google cloud query but there is error : Error while reading data, error message: Unable to parse; line_number: 37678 byte_offset_to_start_of_line: 16564658 ...
Jafarudin Firdaus's user avatar
0 votes
0 answers
21 views

Can't upload media or elementor pro to wordpress site

I imported a site from one wordpress website to another and I can't upload elementor pro and my images just appear as a blank thumbnail on the site. How do I update file permissions What's the problem?...
Bridget Jamie's user avatar
0 votes
0 answers
12 views

ax201, ax211 wifi and Bluetooth card upload speed too low [closed]

I recognize in my pc with that cards the upload speed is very low (1-2 Mb/s), and my optical connection is symmetric 1000 Mb/s. And I find the reason but I don't know the solution. ...
Zsolt Oskar Asboth's user avatar
-1 votes
0 answers
32 views

How can I upload my SQLite database file?

My app downloads an SQLite database. Once modified I want to upload it to the same URL. This is how I download it: new Handler().postDelayed(new Runnable() { @Override public void run() { ...
vittorio ferretti's user avatar
0 votes
0 answers
17 views

I cant update and image with put method on Laravel inertiajs

I have three files here: Edit.vue, FormComponent, and a resource method that allows only PUT and PATCH. When I submit without an image, the update method works, but when I attach an image in the form, ...
Mostafizur Rahman's user avatar
0 votes
1 answer
34 views

CKFinder file Uploader not working in PHP 8.2

I had no problem with ckfinder in php version 7, but after updating the server to php 8.2, when I upload a photo through quick upload, I get the following error. CKSource\CKFinder\Filesystem\File\...
user3754884's user avatar
0 votes
0 answers
18 views

Laravel Vue/Inertia.js seting value for an image input

I have a file input for uploading images <input class="w-2/3" type="file" id="image" name="image" @input="form.image = $event.target.files[0]" ...
vStubbs's user avatar
  • 41
1 vote
1 answer
28 views

Upload file to server. Ubuntu, Apache2, PHP

This code should upload files, but it doesn't. <form name="submit" action="#" method="post" enctype="multipart/form-data"> <input type="file&...
Mary N's user avatar
  • 97
0 votes
0 answers
17 views

HTML Media Capture and Android saving photos to gallery

There are older reports of Android devices saving photos to the gallery when using HTML Media Capture. Does anyone know if this is still an issue? I want to use html media capture without photos being ...
scully's user avatar
  • 1
0 votes
0 answers
20 views

Handle uploads in Next JS?

I am building a full stack Next JS app that should be similar to Plex/Jellyfin that needs to be able to run completely offline. (Kraken Bay) I am having this issue as I want to be able to upload ...
Gavroche's user avatar
0 votes
1 answer
34 views

Quarkus @Path disable url encoding

I have an endpoint on which I have plugged a restClient. Via curl, I can upload a file as follows curl "https://mydummyserver.com/api/v2/uploads.json?filename=order_issue.png" \ --data-...
anthony44's user avatar
  • 347
0 votes
0 answers
35 views

upload file to Sharepoint using python

I try to upload a csv file to a Sharepoint. I came so far with my script: from office365.runtime.auth.client_credential import ClientCredential from office365.sharepoint.client_context import ...
Ele's user avatar
  • 543

15 30 50 per page
1
2 3 4 5
948