mirror of
https://github.com/transmission/transmission.git
synced 2026-02-15 07:26:49 +00:00
(web) #5290 'Use HTML5's FileReader to upload .torrent files': done
This commit is contained in:
@@ -770,8 +770,6 @@
|
||||
Its functionality has been superceded by the 'free-space' method.
|
||||
|
||||
2. HTTP POSTs to http://server:port/transmission/upload will fail.
|
||||
It's been superceded by http://server:port/transmission/upload2.
|
||||
Example in https://trac.transmissionbt.com/changeset/14005/#file8
|
||||
NB: not to be confused with section 3.4's torrent-add method.
|
||||
/upload and /upload2 are undocumented features to help web clients
|
||||
upload .torrent files.
|
||||
This was an undocumented hack to allow web clients to add files without
|
||||
client-side access to the file. This functionality is superceded by
|
||||
using HTML5's FileReader object + the documented 'torrent-add' method.
|
||||
|
||||
Reference in New Issue
Block a user