leowebdav
leowebdav copied to clipboard
Geting The LeoWebDavItem when the upload finish
Hello , i'm trying to get the finished uploaded files as a leowebdavitem , so when i finish the upload and on the callback method : -(void)request:(LEOWebDAVRequest *)aRequest didSucceedWithResult:(id)result i need to get the result as a leowebdavitem , this is possible or not ??
thanks
i think u could request the item property using 'PROPFIND' method. I'm not sure whether LEOWebDAVPropertyRequest
worked for file or not.
you'd better try it.
For more details, please infer webdav rf. 9.1.3
i try to get it using the LEOWebDAVPropertyRequest but its not working ,