Author | Message |
---|---|
kknaur
Posts: 540
|
Posted 20:46 Nov 08, 2010 |
Replace File:
Delete File / Folder:
Move File / Folder: Thank you Last edited by kknaur at
20:47 Nov 08, 2010.
|
cysun
Posts: 2935
|
Posted 20:57 Nov 08, 2010 |
Mostly yes, but there's an important distinction between replacing and deleting+adding. Replacing updates the original File object while deleting+adding creates a new File object. Keeping the original File object is important because the File ID remains the same, so links to the File (through download.html?fileId=...) will still work.
Again, two files having the same name are still two files, so deleting one should not affect the other.
Ajax and jQuery are for extra credit. You don't have to use them. |