-
Originally reported on Google Code with ID 6408
```
* problem:
when i try to resend an ajax file upload request, firebug don't send exact same request
again so i got a broken binary file at the ser…
-
Hi, Dudaster.
We have an issue on a site we manage that we purchased ECS Pro for and tracked it down specifically to the AJAX loading of posts with special characters in their associated filenames. …
-
// Assume this is the data received from the backend
var responseData = [
{ name: "File 1", directory: "/path/to/directory1" },
{ name: "File 2", directory: "/path/to/directory2" },
//…
-
Tell me is it possible to upload and form validation ajax?
Thank you
-
Dear friends,
Thank you so much for Mini3.
I have developed many apps using this tool and they all work without issues on my local machine. When I upload the files however to the internet, all …
-
In my test to upload an audio file, I'm getting the following AJAX error.
```
And I attach the file "myfile.mp3" to "Add a new file" # Drupal\DrupalExtension\Context\MinkContext::attachFileToF…
-
Higuma Hello, congratulations for the project then I would take away one doubts, I am trying to upload the audio after recording using ajax reader.readAsDataURL (BLOB);
wav format works however, mp3 a…
-
i need to upload fies, but it doesn't support dataform....
ajax({
api: this.props.uploadUrl,
method: 'post',
formData: form
}
-
- [x] Creare richiesta get
- [x] Creare richiesta post
- [x] Creare richieste con form POST
- [x] Creare richieste con gruppi
- [x] Creare richieste con ajax GET
- [x] Creare richieste con ajax P…
-
```
My web app uses this plugin to upload pictures. Since the upload post is
inline, shouldn't it set the appropriate HTTP header to indicate it's an AJAX
request?
X-Requested-With: XMLHttpReq…