forked from verdnatura/hedera-web
Errores solucionados
This commit is contained in:
parent
da007ff7c0
commit
82676a20a1
|
@ -1,4 +1,4 @@
|
|||
hedera-web (1.401-deb8) stable; urgency=low
|
||||
hedera-web (1.402-deb8) stable; urgency=low
|
||||
|
||||
* Initial Release.
|
||||
|
||||
|
|
|
@ -76,10 +76,10 @@ Hedera.Photos = new Class
|
|||
|
||||
if (!(fileData.sent || fileData.loading))
|
||||
{
|
||||
formData.set ('image', fileData.file);
|
||||
formData.set ('name', fileData.name.value);
|
||||
formData.set ('schema', this.$('schema').value);
|
||||
formData.set ('srv', 'json:image/upload');
|
||||
formData.append ('image', fileData.file);
|
||||
formData.append ('name', fileData.name.value);
|
||||
formData.append ('schema', this.$('schema').value);
|
||||
formData.append ('srv', 'json:image/upload');
|
||||
this.conn.sendFormData (formData,
|
||||
this.onFileUpload.bind (this, fileData));
|
||||
|
||||
|
|
Loading…
Reference in New Issue